.gitignore
AGENTS.md
CLAUDE.md
LICENSE
README.md
VERSION
pyproject.toml
pyrightconfig.json
uv.lock
.github/workflows/pages.yml
.github/workflows/python-package.yml
docs/generate_reference.py
docs/package-lock.json
docs/package.json
docs/.vitepress/config.ts
docs/.vitepress/public/CNAME
docs/.vitepress/public/favicon.png
docs/.vitepress/public/favicon.svg
docs/.vitepress/public/images/mcp_inspector.png
docs/.vitepress/theme/NavLinks.vue
docs/.vitepress/theme/custom.css
docs/.vitepress/theme/index.ts
docs/public/configuration.md
docs/public/examples.md
docs/public/existing-apis.md
docs/public/getting-started.md
docs/public/index.md
docs/public/python-libraries.md
docs/public/strawberry-graphene.md
examples/Dockerfile
examples/app.py
examples/cloudbuild.yaml
examples/hello_world.py
examples/nested_api.py
examples/pyproject.toml
examples/remote_api.py
examples/task_manager.py
examples/test_examples.py
examples/uv.lock
graphql_mcp/__init__.py
graphql_mcp/inspector.py
graphql_mcp/overrides.py
graphql_mcp/remote.py
graphql_mcp/server.py
graphql_mcp.egg-info/PKG-INFO
graphql_mcp.egg-info/SOURCES.txt
graphql_mcp.egg-info/dependency_links.txt
graphql_mcp.egg-info/requires.txt
graphql_mcp.egg-info/top_level.txt
graphql_mcp/templates/mcp_plugin.js
tests/__init__.py
tests/app.py
tests/app_graphql_api.py
tests/app_strawberry.py
tests/real_graphql_server.py
tests/test_allow_mutations.py
tests/test_annotation_to_schema_chain.py
tests/test_apply_mcp.py
tests/test_automatic_schema_deduction.py
tests/test_bearer_token.py
tests/test_complete_fixes_automatic.py
tests/test_concurrency.py
tests/test_dict_json_output_schema.py
tests/test_end_to_end_list_input_objects.py
tests/test_enhanced_introspection.py
tests/test_enum_input_output_conversion.py
tests/test_enum_instance_mapping.py
tests/test_enum_value_to_name_mapping.py
tests/test_function_return_annotations.py
tests/test_graphql_http_server.py
tests/test_graphql_mcp.py
tests/test_http_concurrency_stateless.py
tests/test_input_object_schema_inspection.py
tests/test_library_examples.py
tests/test_linting.py
tests/test_list_dict_return_type.py
tests/test_list_enum_normalization.py
tests/test_list_tools_concurrency.py
tests/test_mcp_directive.py
tests/test_mcp_directive_libraries.py
tests/test_mcp_output_schema_validation.py
tests/test_mcp_redirect_middleware.py
tests/test_nested_remote_queries.py
tests/test_nested_tool_calls.py
tests/test_non_null_variables.py
tests/test_output_object_schema_inspection.py
tests/test_pydantic_input_none_defaults.py
tests/test_real_remote_server.py
tests/test_real_server_integration.py
tests/test_reentrant_lock_issue.py
tests/test_remote_graphql.py
tests/test_resolver_calls_mcp.py
tests/test_schema_introspection.py
tests/test_schema_parity.py
tests/test_undefined_handling.py
tests/test_undefined_handling_updated.py
tests/test_undefined_integration.py
tests/test_undefined_issue_proof.py