LICENSE
MANIFEST.in
README.md
VERSION
setup.cfg
setup.py
graphql_mcp/__init__.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
tests/__init__.py
tests/app.py
tests/real_graphql_server.py
tests/test_allow_mutations.py
tests/test_automatic_schema_deduction.py
tests/test_bearer_token.py
tests/test_complete_fixes_automatic.py
tests/test_enhanced_introspection.py
tests/test_enum_instance_mapping.py
tests/test_graphql_http_server.py
tests/test_graphql_mcp.py
tests/test_mcp_redirect_middleware.py
tests/test_nested_remote_queries.py
tests/test_non_null_variables.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