*No copyright* MIT License -------------------------- python-mcp-1.13.0-build/mcp-1.13.0/CONTRIBUTING.md python-mcp-1.13.0-build/mcp-1.13.0/PKG-INFO python-mcp-1.13.0-build/mcp-1.13.0/README.md python-mcp-1.13.0-build/mcp-1.13.0/examples/clients/simple-auth-client/pyproject.toml python-mcp-1.13.0-build/mcp-1.13.0/examples/clients/simple-chatbot/pyproject.toml python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-prompt/pyproject.toml python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-resource/pyproject.toml python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-tool/pyproject.toml python-mcp-1.13.0-build/mcp-1.13.0/pyproject.toml MIT License ----------- python-mcp-1.13.0-build/mcp-1.13.0/LICENSE Unknown or generated -------------------- python-mcp-1.13.0-build/mcp-1.13.0/.git-blame-ignore-revs python-mcp-1.13.0-build/mcp-1.13.0/.github/CODEOWNERS python-mcp-1.13.0-build/mcp-1.13.0/.github/ISSUE_TEMPLATE/bug.yaml python-mcp-1.13.0-build/mcp-1.13.0/.github/ISSUE_TEMPLATE/config.yaml python-mcp-1.13.0-build/mcp-1.13.0/.github/ISSUE_TEMPLATE/feature-request.yaml python-mcp-1.13.0-build/mcp-1.13.0/.github/ISSUE_TEMPLATE/question.yaml python-mcp-1.13.0-build/mcp-1.13.0/.github/workflows/main-checks.yml python-mcp-1.13.0-build/mcp-1.13.0/.github/workflows/publish-docs-manually.yml python-mcp-1.13.0-build/mcp-1.13.0/.github/workflows/publish-pypi.yml python-mcp-1.13.0-build/mcp-1.13.0/.github/workflows/pull-request-checks.yml python-mcp-1.13.0-build/mcp-1.13.0/.github/workflows/shared.yml python-mcp-1.13.0-build/mcp-1.13.0/.pre-commit-config.yaml python-mcp-1.13.0-build/mcp-1.13.0/CLAUDE.md python-mcp-1.13.0-build/mcp-1.13.0/CODE_OF_CONDUCT.md python-mcp-1.13.0-build/mcp-1.13.0/RELEASE.md python-mcp-1.13.0-build/mcp-1.13.0/SECURITY.md python-mcp-1.13.0-build/mcp-1.13.0/docs/api.md python-mcp-1.13.0-build/mcp-1.13.0/docs/index.md python-mcp-1.13.0-build/mcp-1.13.0/examples/README.md python-mcp-1.13.0-build/mcp-1.13.0/examples/clients/simple-auth-client/README.md python-mcp-1.13.0-build/mcp-1.13.0/examples/clients/simple-auth-client/mcp_simple_auth_client/__init__.py python-mcp-1.13.0-build/mcp-1.13.0/examples/clients/simple-auth-client/mcp_simple_auth_client/main.py python-mcp-1.13.0-build/mcp-1.13.0/examples/clients/simple-auth-client/uv.lock python-mcp-1.13.0-build/mcp-1.13.0/examples/clients/simple-chatbot/.python-version python-mcp-1.13.0-build/mcp-1.13.0/examples/clients/simple-chatbot/README.MD python-mcp-1.13.0-build/mcp-1.13.0/examples/clients/simple-chatbot/mcp_simple_chatbot/.env.example python-mcp-1.13.0-build/mcp-1.13.0/examples/clients/simple-chatbot/mcp_simple_chatbot/main.py python-mcp-1.13.0-build/mcp-1.13.0/examples/clients/simple-chatbot/mcp_simple_chatbot/requirements.txt python-mcp-1.13.0-build/mcp-1.13.0/examples/clients/simple-chatbot/mcp_simple_chatbot/servers_config.json python-mcp-1.13.0-build/mcp-1.13.0/examples/clients/simple-chatbot/mcp_simple_chatbot/test.db python-mcp-1.13.0-build/mcp-1.13.0/examples/clients/simple-chatbot/uv.lock python-mcp-1.13.0-build/mcp-1.13.0/examples/fastmcp/complex_inputs.py python-mcp-1.13.0-build/mcp-1.13.0/examples/fastmcp/desktop.py python-mcp-1.13.0-build/mcp-1.13.0/examples/fastmcp/echo.py python-mcp-1.13.0-build/mcp-1.13.0/examples/fastmcp/memory.py python-mcp-1.13.0-build/mcp-1.13.0/examples/fastmcp/parameter_descriptions.py python-mcp-1.13.0-build/mcp-1.13.0/examples/fastmcp/readme-quickstart.py python-mcp-1.13.0-build/mcp-1.13.0/examples/fastmcp/screenshot.py python-mcp-1.13.0-build/mcp-1.13.0/examples/fastmcp/simple_echo.py python-mcp-1.13.0-build/mcp-1.13.0/examples/fastmcp/text_me.py python-mcp-1.13.0-build/mcp-1.13.0/examples/fastmcp/unicode_example.py python-mcp-1.13.0-build/mcp-1.13.0/examples/fastmcp/weather_structured.py python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-auth/README.md python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-auth/mcp_simple_auth/__init__.py python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-auth/mcp_simple_auth/__main__.py python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-auth/mcp_simple_auth/auth_server.py python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-auth/mcp_simple_auth/legacy_as_server.py python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-auth/mcp_simple_auth/server.py python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-auth/mcp_simple_auth/simple_auth_provider.py python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-auth/mcp_simple_auth/token_verifier.py python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-auth/pyproject.toml python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-prompt/.python-version python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-prompt/README.md python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-prompt/mcp_simple_prompt/__init__.py python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-prompt/mcp_simple_prompt/__main__.py python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-prompt/mcp_simple_prompt/server.py python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-resource/.python-version python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-resource/README.md python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-resource/mcp_simple_resource/__init__.py python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-resource/mcp_simple_resource/__main__.py python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-resource/mcp_simple_resource/server.py python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-streamablehttp-stateless/README.md python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-streamablehttp-stateless/mcp_simple_streamablehttp_stateless/__main__.py python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-streamablehttp-stateless/mcp_simple_streamablehttp_stateless/server.py python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-streamablehttp-stateless/pyproject.toml python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-streamablehttp/README.md python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-streamablehttp/mcp_simple_streamablehttp/__main__.py python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-streamablehttp/mcp_simple_streamablehttp/event_store.py python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-streamablehttp/mcp_simple_streamablehttp/server.py python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-streamablehttp/pyproject.toml python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-tool/.python-version python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-tool/README.md python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-tool/mcp_simple_tool/__init__.py python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-tool/mcp_simple_tool/__main__.py python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/simple-tool/mcp_simple_tool/server.py python-mcp-1.13.0-build/mcp-1.13.0/examples/servers/structured_output_lowlevel.py python-mcp-1.13.0-build/mcp-1.13.0/examples/snippets/clients/completion_client.py python-mcp-1.13.0-build/mcp-1.13.0/examples/snippets/clients/display_utilities.py python-mcp-1.13.0-build/mcp-1.13.0/examples/snippets/clients/oauth_client.py python-mcp-1.13.0-build/mcp-1.13.0/examples/snippets/clients/parsing_tool_results.py python-mcp-1.13.0-build/mcp-1.13.0/examples/snippets/clients/stdio_client.py python-mcp-1.13.0-build/mcp-1.13.0/examples/snippets/clients/streamable_basic.py python-mcp-1.13.0-build/mcp-1.13.0/examples/snippets/pyproject.toml python-mcp-1.13.0-build/mcp-1.13.0/examples/snippets/servers/__init__.py python-mcp-1.13.0-build/mcp-1.13.0/examples/snippets/servers/basic_prompt.py python-mcp-1.13.0-build/mcp-1.13.0/examples/snippets/servers/basic_resource.py python-mcp-1.13.0-build/mcp-1.13.0/examples/snippets/servers/basic_tool.py python-mcp-1.13.0-build/mcp-1.13.0/examples/snippets/servers/completion.py python-mcp-1.13.0-build/mcp-1.13.0/examples/snippets/servers/direct_execution.py python-mcp-1.13.0-build/mcp-1.13.0/examples/snippets/servers/elicitation.py python-mcp-1.13.0-build/mcp-1.13.0/examples/snippets/servers/fastmcp_quickstart.py python-mcp-1.13.0-build/mcp-1.13.0/examples/snippets/servers/images.py python-mcp-1.13.0-build/mcp-1.13.0/examples/snippets/servers/lifespan_example.py python-mcp-1.13.0-build/mcp-1.13.0/examples/snippets/servers/lowlevel/__init__.py python-mcp-1.13.0-build/mcp-1.13.0/examples/snippets/servers/lowlevel/basic.py python-mcp-1.13.0-build/mcp-1.13.0/examples/snippets/servers/lowlevel/lifespan.py python-mcp-1.13.0-build/mcp-1.13.0/examples/snippets/servers/lowlevel/structured_output.py python-mcp-1.13.0-build/mcp-1.13.0/examples/snippets/servers/notifications.py python-mcp-1.13.0-build/mcp-1.13.0/examples/snippets/servers/oauth_server.py python-mcp-1.13.0-build/mcp-1.13.0/examples/snippets/servers/sampling.py python-mcp-1.13.0-build/mcp-1.13.0/examples/snippets/servers/streamable_config.py python-mcp-1.13.0-build/mcp-1.13.0/examples/snippets/servers/streamable_starlette_mount.py python-mcp-1.13.0-build/mcp-1.13.0/examples/snippets/servers/structured_output.py python-mcp-1.13.0-build/mcp-1.13.0/examples/snippets/servers/tool_progress.py python-mcp-1.13.0-build/mcp-1.13.0/mkdocs.yml python-mcp-1.13.0-build/mcp-1.13.0/scripts/update_readme_snippets.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/__init__.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/cli/__init__.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/cli/claude.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/cli/cli.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/client/__main__.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/client/auth.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/client/session.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/client/session_group.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/client/sse.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/client/stdio/__init__.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/client/streamable_http.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/client/websocket.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/os/__init__.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/os/posix/__init__.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/os/posix/utilities.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/os/win32/__init__.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/os/win32/utilities.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/__init__.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/__main__.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/auth/__init__.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/auth/errors.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/auth/handlers/__init__.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/auth/handlers/authorize.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/auth/handlers/metadata.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/auth/handlers/register.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/auth/handlers/revoke.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/auth/handlers/token.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/auth/json_response.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/auth/middleware/__init__.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/auth/middleware/auth_context.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/auth/middleware/bearer_auth.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/auth/middleware/client_auth.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/auth/provider.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/auth/routes.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/auth/settings.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/elicitation.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/fastmcp/__init__.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/fastmcp/exceptions.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/fastmcp/prompts/__init__.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/fastmcp/prompts/base.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/fastmcp/prompts/manager.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/fastmcp/resources/__init__.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/fastmcp/resources/base.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/fastmcp/resources/resource_manager.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/fastmcp/resources/templates.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/fastmcp/resources/types.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/fastmcp/server.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/fastmcp/tools/__init__.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/fastmcp/tools/base.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/fastmcp/tools/tool_manager.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/fastmcp/utilities/__init__.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/fastmcp/utilities/func_metadata.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/fastmcp/utilities/logging.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/fastmcp/utilities/types.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/lowlevel/__init__.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/lowlevel/helper_types.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/lowlevel/server.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/models.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/session.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/sse.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/stdio.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/streamable_http.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/streamable_http_manager.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/streaming_asgi_transport.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/transport_security.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/server/websocket.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/shared/_httpx_utils.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/shared/auth.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/shared/auth_utils.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/shared/context.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/shared/exceptions.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/shared/memory.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/shared/message.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/shared/metadata_utils.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/shared/progress.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/shared/session.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/shared/version.py python-mcp-1.13.0-build/mcp-1.13.0/src/mcp/types.py python-mcp-1.13.0-build/mcp-1.13.0/tests/cli/test_utils.py python-mcp-1.13.0-build/mcp-1.13.0/tests/client/conftest.py python-mcp-1.13.0-build/mcp-1.13.0/tests/client/test_auth.py python-mcp-1.13.0-build/mcp-1.13.0/tests/client/test_config.py python-mcp-1.13.0-build/mcp-1.13.0/tests/client/test_list_methods_cursor.py python-mcp-1.13.0-build/mcp-1.13.0/tests/client/test_list_roots_callback.py python-mcp-1.13.0-build/mcp-1.13.0/tests/client/test_logging_callback.py python-mcp-1.13.0-build/mcp-1.13.0/tests/client/test_output_schema_validation.py python-mcp-1.13.0-build/mcp-1.13.0/tests/client/test_resource_cleanup.py python-mcp-1.13.0-build/mcp-1.13.0/tests/client/test_sampling_callback.py python-mcp-1.13.0-build/mcp-1.13.0/tests/client/test_session.py python-mcp-1.13.0-build/mcp-1.13.0/tests/client/test_session_group.py python-mcp-1.13.0-build/mcp-1.13.0/tests/client/test_stdio.py python-mcp-1.13.0-build/mcp-1.13.0/tests/conftest.py python-mcp-1.13.0-build/mcp-1.13.0/tests/issues/test_100_tool_listing.py python-mcp-1.13.0-build/mcp-1.13.0/tests/issues/test_1027_win_unreachable_cleanup.py python-mcp-1.13.0-build/mcp-1.13.0/tests/issues/test_129_resource_templates.py python-mcp-1.13.0-build/mcp-1.13.0/tests/issues/test_141_resource_templates.py python-mcp-1.13.0-build/mcp-1.13.0/tests/issues/test_152_resource_mime_type.py python-mcp-1.13.0-build/mcp-1.13.0/tests/issues/test_176_progress_token.py python-mcp-1.13.0-build/mcp-1.13.0/tests/issues/test_188_concurrency.py python-mcp-1.13.0-build/mcp-1.13.0/tests/issues/test_192_request_id.py python-mcp-1.13.0-build/mcp-1.13.0/tests/issues/test_342_base64_encoding.py python-mcp-1.13.0-build/mcp-1.13.0/tests/issues/test_355_type_error.py python-mcp-1.13.0-build/mcp-1.13.0/tests/issues/test_552_windows_hang.py python-mcp-1.13.0-build/mcp-1.13.0/tests/issues/test_88_random_error.py python-mcp-1.13.0-build/mcp-1.13.0/tests/issues/test_malformed_input.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/auth/middleware/test_auth_context.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/auth/middleware/test_bearer_auth.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/auth/test_error_handling.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/fastmcp/auth/__init__.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/fastmcp/auth/test_auth_integration.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/fastmcp/prompts/test_base.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/fastmcp/prompts/test_manager.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/fastmcp/resources/test_file_resources.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/fastmcp/resources/test_function_resources.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/fastmcp/resources/test_resource_manager.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/fastmcp/resources/test_resource_template.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/fastmcp/resources/test_resources.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/fastmcp/servers/test_file_server.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/fastmcp/test_elicitation.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/fastmcp/test_func_metadata.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/fastmcp/test_integration.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/fastmcp/test_parameter_descriptions.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/fastmcp/test_server.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/fastmcp/test_title.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/fastmcp/test_tool_manager.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/test_cancel_handling.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/test_completion_with_context.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/test_lifespan.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/test_lowlevel_input_validation.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/test_lowlevel_output_validation.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/test_lowlevel_tool_annotations.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/test_read_resource.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/test_session.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/test_sse_security.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/test_stdio.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/test_streamable_http_manager.py python-mcp-1.13.0-build/mcp-1.13.0/tests/server/test_streamable_http_security.py python-mcp-1.13.0-build/mcp-1.13.0/tests/shared/test_auth.py python-mcp-1.13.0-build/mcp-1.13.0/tests/shared/test_auth_utils.py python-mcp-1.13.0-build/mcp-1.13.0/tests/shared/test_httpx_utils.py python-mcp-1.13.0-build/mcp-1.13.0/tests/shared/test_memory.py python-mcp-1.13.0-build/mcp-1.13.0/tests/shared/test_progress_notifications.py python-mcp-1.13.0-build/mcp-1.13.0/tests/shared/test_session.py python-mcp-1.13.0-build/mcp-1.13.0/tests/shared/test_sse.py python-mcp-1.13.0-build/mcp-1.13.0/tests/shared/test_streamable_http.py python-mcp-1.13.0-build/mcp-1.13.0/tests/shared/test_win32_utils.py python-mcp-1.13.0-build/mcp-1.13.0/tests/shared/test_ws.py python-mcp-1.13.0-build/mcp-1.13.0/tests/test_examples.py python-mcp-1.13.0-build/mcp-1.13.0/tests/test_types.py python-mcp-1.13.0-build/mcp-1.13.0/uv.lock