.gitignore
LICENSE
README.md
VERSION
pyproject.toml
uv.lock
.github/workflows/python-package.yml
docs/mcp_inspector.png
graphql_mcp/__init__.py
graphql_mcp/inspector.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_automatic_schema_deduction.py
tests/test_bearer_token.py
tests/test_complete_fixes_automatic.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_input_object_schema_inspection.py
tests/test_list_enum_normalization.py
tests/test_mcp_output_schema_validation.py
tests/test_mcp_redirect_middleware.py
tests/test_nested_remote_queries.py
tests/test_non_null_variables.py
tests/test_output_object_schema_inspection.py
tests/test_real_remote_server.py
tests/test_real_server_integration.py
tests/test_remote_graphql.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