CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
requirements.txt
setup.py
npm-wrapper/README.md
npm-wrapper/package-lock.json
npm-wrapper/package.json
npm-wrapper/bin/start.js
src/__init__.py
src/mcp_server_grist/__init__.py
src/mcp_server_grist/__main__.py
src/mcp_server_grist/client.py
src/mcp_server_grist/main.py
src/mcp_server_grist/models.py
src/mcp_server_grist/server.py
src/mcp_server_grist/types.py
src/mcp_server_grist/version.py
src/mcp_server_grist.egg-info/PKG-INFO
src/mcp_server_grist.egg-info/SOURCES.txt
src/mcp_server_grist.egg-info/dependency_links.txt
src/mcp_server_grist.egg-info/entry_points.txt
src/mcp_server_grist.egg-info/requires.txt
src/mcp_server_grist.egg-info/top_level.txt
src/mcp_server_grist/tools/__init__.py
src/mcp_server_grist/tools/access.py
src/mcp_server_grist/tools/administration.py
src/mcp_server_grist/tools/attachments.py
src/mcp_server_grist/tools/export.py
src/mcp_server_grist/tools/navigation.py
src/mcp_server_grist/tools/queries.py
src/mcp_server_grist/tools/records.py
src/mcp_server_grist/tools/schema.py
src/mcp_server_grist/tools/utils.py
src/mcp_server_grist/tools/webhooks.py
tests/README.md
tests/__init__.py
tests/conftest.py
tests/run_tests.py
tests/test_access_tools.py
tests/test_client.py
tests/test_compliance.py
tests/test_integration.py
tests/test_navigation_tools.py
tests/test_records_tools.py
tests/test_schema.py
tests/test_security.py
tests/test_tools.py
tests/test_transport.py