fastmcp 2.14.4__tar.gz → 2.14.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {fastmcp-2.14.4 → fastmcp-2.14.5}/PKG-INFO +2 -2
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/changelog.mdx +32 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/updates.mdx +20 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/pyproject.toml +1 -2
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/middleware/test_tool_injection.py +17 -11
- {fastmcp-2.14.4 → fastmcp-2.14.5}/uv.lock +440 -536
- {fastmcp-2.14.4 → fastmcp-2.14.5}/.ccignore +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/.cursor/rules/core-mcp-objects.mdc +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/.cursor/worktrees.json +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/.github/ISSUE_TEMPLATE/bug.yml +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/.github/ISSUE_TEMPLATE/enhancement.yml +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/.github/copilot-instructions.md +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/.github/dependabot.yml +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/.github/pull_request_template.md +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/.github/release.yml +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/.github/workflows/auto-close-duplicates.yml +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/.github/workflows/auto-close-needs-mre.yml +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/.github/workflows/martian-issue-triage.yml +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/.github/workflows/martian-test-failure.yml +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/.github/workflows/marvin-dedupe-issues.yml +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/.github/workflows/marvin-label-triage.yml +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/.github/workflows/marvin.yml +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/.github/workflows/publish.yml +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/.github/workflows/run-static.yml +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/.github/workflows/run-tests.yml +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/.github/workflows/update-config-schema.yml +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/.github/workflows/update-sdk-docs.yml +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/.gitignore +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/.loq_cache +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/.pre-commit-config.yaml +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/AGENTS.md +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/CLAUDE.md +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/CODE_OF_CONDUCT.md +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/LICENSE +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/README.md +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/SECURITY.md +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/.ccignore +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/.cursor/rules/mintlify.mdc +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/assets/brand/blue-logo.png +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/assets/brand/f-watercolor-waves-dark.png +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/assets/brand/f-watercolor-waves.png +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/assets/brand/favicon.svg +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/assets/brand/thumbnail-background.png +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/assets/brand/wordmark-padded.png +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/assets/brand/wordmark-watercolor-rainbow-dark.png +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/assets/brand/wordmark-watercolor-rainbow.png +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/assets/brand/wordmark-watercolor-waves-dark.png +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/assets/brand/wordmark-watercolor-waves.png +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/assets/brand/wordmark-white-padded.png +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/assets/brand/wordmark-white.png +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/assets/brand/wordmark.png +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/assets/images/fastmcp_cloud/connect.png +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/assets/images/fastmcp_cloud/create_project.png +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/assets/images/fastmcp_cloud/deployment.png +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/assets/images/fastmcp_cloud/quickstart.png +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/assets/images/oauth-proxy-consent-screen.png +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/assets/images/tutorial-rest-api-result.png +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/assets/schemas/mcp_server_config/latest.json +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/assets/schemas/mcp_server_config/v1.json +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/assets/updates/release-2-7.png +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/clients/auth/bearer.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/clients/auth/oauth.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/clients/client.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/clients/elicitation.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/clients/logging.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/clients/messages.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/clients/progress.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/clients/prompts.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/clients/resources.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/clients/roots.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/clients/sampling.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/clients/tasks.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/clients/tools.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/clients/transports.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/community/README.md +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/community/showcase.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/css/banner.css +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/css/python-sdk.css +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/css/style.css +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/css/version-badge.css +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/deployment/fastmcp-cloud.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/deployment/http.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/deployment/running-server.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/deployment/server-configuration.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/development/contributing.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/development/releases.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/development/tests.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/development/upgrade-guide.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/docs.json +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/getting-started/installation.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/getting-started/quickstart.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/getting-started/welcome.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/anthropic.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/auth0.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/authkit.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/aws-cognito.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/azure.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/chatgpt.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/claude-code.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/claude-desktop.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/cursor-install-mcp.png +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/cursor.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/descope.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/discord.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/eunomia-authorization.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/fastapi.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/gemini-cli.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/gemini.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/github.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/google.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/images/authkit/enable_dcr.png +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/images/oci/ociaddapplication.png +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/images/oci/ocieditdomainsettings.png +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/images/oci/ocieditdomainsettingsbutton.png +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/images/oci/ocioauthconfiguration.png +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/images/permit/abac_condition_example.png +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/images/permit/abac_policy_example.png +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/images/permit/policy_mapping.png +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/images/permit/role_assignement.png +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/mcp-json-configuration.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/oci.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/openai.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/openapi.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/permit.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/scalekit.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/supabase.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/integrations/workos.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/patterns/cli.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/patterns/contrib.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/patterns/decorating-methods.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/patterns/testing.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/patterns/tool-transformation.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/public/schemas/fastmcp.json/latest.json +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/public/schemas/fastmcp.json/v1.json +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-cli-__init__.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-cli-cli.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-cli-install-__init__.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-cli-install-claude_code.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-cli-install-claude_desktop.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-cli-install-cursor.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-cli-install-gemini_cli.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-cli-install-mcp_json.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-cli-install-shared.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-cli-run.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-cli-tasks.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-client-__init__.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-client-auth-__init__.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-client-auth-bearer.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-client-auth-oauth.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-client-client.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-client-elicitation.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-client-logging.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-client-messages.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-client-oauth_callback.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-client-progress.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-client-roots.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-client-sampling.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-client-tasks.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-client-transports.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-dependencies.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-exceptions.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-mcp_config.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-prompts-__init__.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-prompts-prompt.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-prompts-prompt_manager.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-resources-__init__.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-resources-resource.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-resources-resource_manager.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-resources-template.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-resources-types.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-__init__.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-auth-__init__.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-auth-auth.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-auth-jwt_issuer.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-auth-middleware.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-auth-oauth_proxy.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-auth-oidc_proxy.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-auth-providers-__init__.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-auth-providers-auth0.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-auth-providers-aws.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-auth-providers-azure.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-auth-providers-debug.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-auth-providers-descope.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-auth-providers-discord.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-auth-providers-github.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-auth-providers-google.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-auth-providers-in_memory.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-auth-providers-introspection.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-auth-providers-jwt.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-auth-providers-oci.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-auth-providers-scalekit.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-auth-providers-supabase.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-auth-providers-workos.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-auth-redirect_validation.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-context.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-dependencies.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-elicitation.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-event_store.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-http.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-low_level.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-middleware-__init__.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-middleware-caching.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-middleware-error_handling.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-middleware-logging.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-middleware-middleware.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-middleware-rate_limiting.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-middleware-timing.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-middleware-tool_injection.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-openapi-__init__.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-openapi-components.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-openapi-routing.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-openapi-server.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-proxy.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-server.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-tasks-__init__.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-tasks-capabilities.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-tasks-config.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-tasks-converters.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-tasks-handlers.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-tasks-keys.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-tasks-protocol.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-server-tasks-subscriptions.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-settings.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-tools-__init__.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-tools-tool.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-tools-tool_manager.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-tools-tool_transform.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-utilities-__init__.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-utilities-auth.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-utilities-cli.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-utilities-components.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-utilities-exceptions.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-utilities-http.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-utilities-inspect.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-utilities-json_schema.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-utilities-json_schema_type.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-utilities-logging.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-utilities-mcp_config.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-utilities-mcp_server_config-__init__.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-utilities-mcp_server_config-v1-__init__.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-utilities-mcp_server_config-v1-environments-__init__.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-utilities-mcp_server_config-v1-environments-base.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-utilities-mcp_server_config-v1-environments-uv.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-utilities-mcp_server_config-v1-mcp_server_config.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-utilities-mcp_server_config-v1-sources-__init__.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-utilities-mcp_server_config-v1-sources-base.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-utilities-mcp_server_config-v1-sources-filesystem.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-utilities-openapi-__init__.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-utilities-openapi-director.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-utilities-openapi-formatters.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-utilities-openapi-json_schema_converter.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-utilities-openapi-models.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-utilities-openapi-parser.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-utilities-openapi-schemas.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-utilities-tests.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-utilities-types.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/python-sdk/fastmcp-utilities-ui.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/servers/auth/authentication.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/servers/auth/full-oauth-server.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/servers/auth/oauth-proxy.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/servers/auth/oidc-proxy.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/servers/auth/remote-oauth.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/servers/auth/token-verification.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/servers/composition.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/servers/context.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/servers/elicitation.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/servers/icons.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/servers/logging.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/servers/middleware.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/servers/progress.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/servers/prompts.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/servers/proxy.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/servers/resources.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/servers/sampling.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/servers/server.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/servers/storage-backends.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/servers/tasks.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/servers/tools.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/snippets/local-focus.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/snippets/version-badge.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/snippets/youtube-embed.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/tutorials/create-mcp-server.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/tutorials/mcp.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/docs/tutorials/rest-api.mdx +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/atproto_mcp/README.md +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/atproto_mcp/demo.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/atproto_mcp/fastmcp.json +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/atproto_mcp/pyproject.toml +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/atproto_mcp/src/atproto_mcp/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/atproto_mcp/src/atproto_mcp/__main__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/atproto_mcp/src/atproto_mcp/_atproto/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/atproto_mcp/src/atproto_mcp/_atproto/_client.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/atproto_mcp/src/atproto_mcp/_atproto/_posts.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/atproto_mcp/src/atproto_mcp/_atproto/_profile.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/atproto_mcp/src/atproto_mcp/_atproto/_read.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/atproto_mcp/src/atproto_mcp/_atproto/_social.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/atproto_mcp/src/atproto_mcp/py.typed +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/atproto_mcp/src/atproto_mcp/server.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/atproto_mcp/src/atproto_mcp/settings.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/atproto_mcp/src/atproto_mcp/types.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/auth/authkit_dcr/README.md +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/auth/authkit_dcr/client.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/auth/authkit_dcr/server.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/auth/aws_oauth/README.md +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/auth/aws_oauth/client.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/auth/aws_oauth/requirements.txt +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/auth/aws_oauth/server.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/auth/azure_oauth/README.md +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/auth/azure_oauth/client.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/auth/azure_oauth/server.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/auth/discord_oauth/README.md +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/auth/discord_oauth/client.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/auth/discord_oauth/server.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/auth/github_oauth/README.md +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/auth/github_oauth/client.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/auth/github_oauth/server.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/auth/google_oauth/README.md +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/auth/google_oauth/client.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/auth/google_oauth/server.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/auth/mounted/README.md +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/auth/mounted/client.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/auth/mounted/server.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/auth/scalekit_oauth/README.md +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/auth/scalekit_oauth/client.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/auth/scalekit_oauth/server.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/auth/workos_oauth/README.md +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/auth/workos_oauth/client.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/auth/workos_oauth/server.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/complex_inputs.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/config_server.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/desktop.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/echo.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/fastmcp_config/env_interpolation_example.json +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/fastmcp_config/fastmcp.json +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/fastmcp_config/full_example.fastmcp.json +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/fastmcp_config/server.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/fastmcp_config/simple.fastmcp.json +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/fastmcp_config_demo/README.md +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/fastmcp_config_demo/fastmcp.json +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/fastmcp_config_demo/server.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/get_file.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/in_memory_proxy_example.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/memory.fastmcp.json +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/memory.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/mount_example.fastmcp.json +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/mount_example.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/sampling/README.md +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/sampling/server_fallback.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/sampling/structured_output.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/sampling/text.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/sampling/tool_use.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/screenshot.fastmcp.json +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/screenshot.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/serializer.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/simple_echo.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/smart_home/README.md +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/smart_home/hub.fastmcp.json +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/smart_home/lights.fastmcp.json +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/smart_home/pyproject.toml +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/smart_home/src/smart_home/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/smart_home/src/smart_home/__main__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/smart_home/src/smart_home/hub.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/smart_home/src/smart_home/lights/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/smart_home/src/smart_home/lights/hue_utils.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/smart_home/src/smart_home/lights/server.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/smart_home/src/smart_home/py.typed +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/smart_home/src/smart_home/settings.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/tags_example.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/tasks/README.md +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/tasks/client.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/tasks/docker-compose.yml +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/tasks/server.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/testing_demo/README.md +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/testing_demo/pyproject.toml +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/testing_demo/server.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/testing_demo/tests/test_server.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/testing_demo/uv.lock +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/text_me.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/examples/tool_result_echo.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/justfile +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/logo.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/scripts/auto_close_duplicates.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/scripts/auto_close_needs_mre.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/cli/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/cli/__main__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/cli/cli.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/cli/install/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/cli/install/claude_code.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/cli/install/claude_desktop.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/cli/install/cursor.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/cli/install/gemini_cli.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/cli/install/mcp_json.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/cli/install/shared.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/cli/run.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/cli/tasks.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/client/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/client/auth/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/client/auth/bearer.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/client/auth/oauth.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/client/client.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/client/elicitation.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/client/logging.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/client/messages.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/client/oauth_callback.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/client/progress.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/client/roots.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/client/sampling/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/client/sampling/handlers/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/client/sampling/handlers/anthropic.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/client/sampling/handlers/openai.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/client/tasks.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/client/transports.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/contrib/README.md +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/contrib/bulk_tool_caller/README.md +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/contrib/bulk_tool_caller/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/contrib/bulk_tool_caller/bulk_tool_caller.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/contrib/bulk_tool_caller/example.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/contrib/component_manager/README.md +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/contrib/component_manager/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/contrib/component_manager/component_manager.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/contrib/component_manager/component_service.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/contrib/component_manager/example.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/contrib/mcp_mixin/README.md +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/contrib/mcp_mixin/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/contrib/mcp_mixin/example.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/contrib/mcp_mixin/mcp_mixin.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/dependencies.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/exceptions.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/experimental/sampling/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/experimental/sampling/handlers/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/experimental/sampling/handlers/openai.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/experimental/server/openapi/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/experimental/utilities/openapi/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/mcp_config.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/prompts/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/prompts/prompt.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/prompts/prompt_manager.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/py.typed +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/resources/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/resources/resource.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/resources/resource_manager.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/resources/template.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/resources/types.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/auth/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/auth/auth.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/auth/handlers/authorize.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/auth/jwt_issuer.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/auth/middleware.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/auth/oauth_proxy.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/auth/oidc_proxy.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/auth/providers/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/auth/providers/auth0.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/auth/providers/aws.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/auth/providers/azure.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/auth/providers/debug.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/auth/providers/descope.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/auth/providers/discord.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/auth/providers/github.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/auth/providers/google.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/auth/providers/in_memory.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/auth/providers/introspection.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/auth/providers/jwt.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/auth/providers/oci.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/auth/providers/scalekit.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/auth/providers/supabase.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/auth/providers/workos.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/auth/redirect_validation.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/context.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/dependencies.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/elicitation.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/event_store.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/http.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/low_level.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/middleware/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/middleware/caching.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/middleware/error_handling.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/middleware/logging.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/middleware/middleware.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/middleware/rate_limiting.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/middleware/timing.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/middleware/tool_injection.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/openapi/README.md +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/openapi/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/openapi/components.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/openapi/routing.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/openapi/server.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/proxy.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/sampling/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/sampling/run.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/sampling/sampling_tool.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/server.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/tasks/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/tasks/capabilities.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/tasks/config.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/tasks/converters.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/tasks/handlers.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/tasks/keys.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/tasks/protocol.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/server/tasks/subscriptions.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/settings.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/tools/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/tools/tool.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/tools/tool_manager.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/tools/tool_transform.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/auth.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/cli.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/components.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/exceptions.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/http.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/inspect.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/json_schema.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/json_schema_type.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/logging.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/mcp_config.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/mcp_server_config/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/mcp_server_config/v1/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/mcp_server_config/v1/environments/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/mcp_server_config/v1/environments/base.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/mcp_server_config/v1/environments/uv.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/mcp_server_config/v1/mcp_server_config.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/mcp_server_config/v1/schema.json +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/mcp_server_config/v1/sources/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/mcp_server_config/v1/sources/base.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/mcp_server_config/v1/sources/filesystem.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/openapi/README.md +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/openapi/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/openapi/director.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/openapi/formatters.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/openapi/json_schema_converter.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/openapi/models.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/openapi/parser.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/openapi/schemas.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/tests.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/types.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/ui.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/src/fastmcp/utilities/version_check.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/cli/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/cli/test_cli.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/cli/test_config.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/cli/test_cursor.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/cli/test_install.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/cli/test_mcp_server_config_integration.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/cli/test_mcp_server_config_schema.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/cli/test_project_prepare.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/cli/test_run.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/cli/test_run_config.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/cli/test_server_args.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/cli/test_shared.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/cli/test_tasks.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/cli/test_with_argv.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/auth/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/auth/test_oauth_client.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/sampling/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/sampling/handlers/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/sampling/handlers/test_anthropic_handler.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/sampling/handlers/test_openai_handler.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/tasks/conftest.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/tasks/test_client_prompt_tasks.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/tasks/test_client_resource_tasks.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/tasks/test_client_task_notifications.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/tasks/test_client_task_protocol.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/tasks/test_client_tool_tasks.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/tasks/test_prompt_task_mcp_message.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/tasks/test_task_context_validation.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/tasks/test_task_result_caching.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/test_client.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/test_elicitation.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/test_logs.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/test_notifications.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/test_oauth_callback_xss.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/test_openapi.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/test_progress.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/test_roots.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/test_sampling.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/test_sse.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/test_stdio.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/test_streamable_http.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/transports/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/transports/test_transports.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/client/transports/test_uv_transport.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/conftest.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/contrib/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/contrib/test_bulk_tool_caller.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/contrib/test_component_manager.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/contrib/test_mcp_mixin.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/deprecated/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/deprecated/test_deprecated.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/deprecated/test_exclude_args.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/deprecated/test_openapi_deprecations.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/deprecated/test_settings.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/experimental/README.md +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/experimental/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/integration_tests/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/integration_tests/auth/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/integration_tests/auth/test_github_provider_integration.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/integration_tests/conftest.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/integration_tests/test_github_mcp_remote.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/integration_tests/test_timeout_fix.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/prompts/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/prompts/test_prompt.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/prompts/test_prompt_manager.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/resources/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/resources/test_file_resources.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/resources/test_function_resources.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/resources/test_resource_manager.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/resources/test_resource_template.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/resources/test_resource_template_meta.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/resources/test_resources.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/auth/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/auth/providers/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/auth/providers/test_auth0.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/auth/providers/test_aws.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/auth/providers/test_azure.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/auth/providers/test_descope.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/auth/providers/test_discord.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/auth/providers/test_github.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/auth/providers/test_google.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/auth/providers/test_introspection.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/auth/providers/test_scalekit.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/auth/providers/test_supabase.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/auth/providers/test_workos.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/auth/test_auth_provider.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/auth/test_debug_verifier.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/auth/test_enhanced_error_responses.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/auth/test_jwt_issuer.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/auth/test_jwt_provider.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/auth/test_oauth_consent_flow.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/auth/test_oauth_mounting.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/auth/test_oauth_proxy.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/auth/test_oauth_proxy_redirect_validation.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/auth/test_oauth_proxy_storage.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/auth/test_oidc_proxy.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/auth/test_redirect_validation.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/auth/test_remote_auth_provider.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/auth/test_static_token_verifier.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/http/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/http/test_bearer_auth_backend.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/http/test_custom_routes.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/http/test_http_auth_middleware.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/http/test_http_dependencies.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/http/test_http_middleware.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/http/test_stale_access_token.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/middleware/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/middleware/test_caching.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/middleware/test_error_handling.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/middleware/test_initialization_middleware.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/middleware/test_logging.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/middleware/test_middleware.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/middleware/test_rate_limiting.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/middleware/test_timing.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/openapi/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/openapi/test_comprehensive.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/openapi/test_deepobject_style.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/openapi/test_end_to_end_compatibility.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/openapi/test_openapi_features.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/openapi/test_openapi_performance.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/openapi/test_parameter_collisions.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/openapi/test_performance_comparison.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/openapi/test_server.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/proxy/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/proxy/test_proxy_client.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/proxy/test_proxy_server.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/proxy/test_stateful_proxy_client.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/sampling/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/sampling/test_sampling_tool.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/tasks/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/tasks/conftest.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/tasks/test_progress_dependency.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/tasks/test_server_tasks_parameter.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/tasks/test_sync_function_task_disabled.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/tasks/test_task_capabilities.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/tasks/test_task_config_modes.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/tasks/test_task_dependencies.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/tasks/test_task_metadata.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/tasks/test_task_methods.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/tasks/test_task_mount.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/tasks/test_task_prompts.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/tasks/test_task_protocol.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/tasks/test_task_proxy.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/tasks/test_task_resources.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/tasks/test_task_return_types.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/tasks/test_task_security.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/tasks/test_task_status_notifications.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/tasks/test_task_tools.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/tasks/test_task_ttl.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/test_app_state.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/test_auth_integration.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/test_context.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/test_dependencies.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/test_event_store.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/test_file_server.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/test_icons.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/test_import_server.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/test_input_validation.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/test_log_level.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/test_logging.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/test_mount.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/test_run_server.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/test_server.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/test_server_docket.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/test_server_interactions.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/test_server_lifespan.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/test_streamable_http_no_redirect.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/test_tool_annotations.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/server/test_tool_transformation.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/test_mcp_config.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/tools/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/tools/test_tool.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/tools/test_tool_future_annotations.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/tools/test_tool_manager.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/tools/test_tool_transform.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/utilities/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/utilities/openapi/__init__.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/utilities/openapi/conftest.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/utilities/openapi/test_allof_requestbody.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/utilities/openapi/test_direct_array_schemas.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/utilities/openapi/test_director.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/utilities/openapi/test_legacy_compatibility.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/utilities/openapi/test_models.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/utilities/openapi/test_nullable_fields.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/utilities/openapi/test_parser.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/utilities/openapi/test_schemas.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/utilities/openapi/test_transitive_references.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/utilities/test_cli.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/utilities/test_components.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/utilities/test_inspect.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/utilities/test_json_schema.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/utilities/test_json_schema_type.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/utilities/test_logging.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/utilities/test_tests.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/utilities/test_typeadapter.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/utilities/test_types.py +0 -0
- {fastmcp-2.14.4 → fastmcp-2.14.5}/tests/utilities/test_version_check.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fastmcp
|
|
3
|
-
Version: 2.14.
|
|
3
|
+
Version: 2.14.5
|
|
4
4
|
Summary: The fast, Pythonic way to build MCP servers and clients.
|
|
5
5
|
Project-URL: Homepage, https://gofastmcp.com
|
|
6
6
|
Project-URL: Repository, https://github.com/jlowin/fastmcp
|
|
@@ -30,7 +30,7 @@ Requires-Dist: packaging>=20.0
|
|
|
30
30
|
Requires-Dist: platformdirs>=4.0.0
|
|
31
31
|
Requires-Dist: py-key-value-aio[disk,keyring,memory]<0.4.0,>=0.3.0
|
|
32
32
|
Requires-Dist: pydantic[email]>=2.11.7
|
|
33
|
-
Requires-Dist: pydocket
|
|
33
|
+
Requires-Dist: pydocket>=0.17.2
|
|
34
34
|
Requires-Dist: pyperclip>=1.9.0
|
|
35
35
|
Requires-Dist: python-dotenv>=1.1.0
|
|
36
36
|
Requires-Dist: rich>=13.9.4
|
|
@@ -4,6 +4,38 @@ icon: "list-check"
|
|
|
4
4
|
rss: true
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
+
<Update label="v2.14.5" description="2026-02-03">
|
|
8
|
+
|
|
9
|
+
**[v2.14.5: Sealed Docket](https://github.com/jlowin/fastmcp/releases/tag/v2.14.5)**
|
|
10
|
+
|
|
11
|
+
Fixes a memory leak in the memory:// docket broker where cancelled tasks accumulated instead of being cleaned up. Bumps pydocket to ≥0.17.2.
|
|
12
|
+
|
|
13
|
+
## What's Changed
|
|
14
|
+
### Enhancements 🔧
|
|
15
|
+
* Bump pydocket to 0.17.2 (memory leak fix) by [@chrisguidry](https://github.com/chrisguidry) in [#2992](https://github.com/jlowin/fastmcp/pull/2992)
|
|
16
|
+
|
|
17
|
+
**Full Changelog**: [v2.14.4...v2.14.5](https://github.com/jlowin/fastmcp/compare/v2.14.4...v2.14.5)
|
|
18
|
+
|
|
19
|
+
</Update>
|
|
20
|
+
|
|
21
|
+
<Update label="v2.14.4" description="2026-01-22">
|
|
22
|
+
|
|
23
|
+
**[v2.14.4: Package Deal](https://github.com/jlowin/fastmcp/releases/tag/v2.14.4)**
|
|
24
|
+
|
|
25
|
+
Fixes a fresh install bug where the packaging library was missing as a direct dependency, plus backports from 3.x for $ref dereferencing in tool schemas and a task capabilities location fix.
|
|
26
|
+
|
|
27
|
+
## What's Changed
|
|
28
|
+
### Enhancements 🔧
|
|
29
|
+
* Add release notes for v2.14.2 and v2.14.3 by [@jlowin](https://github.com/jlowin) in [#2851](https://github.com/jlowin/fastmcp/pull/2851)
|
|
30
|
+
### Fixes 🐞
|
|
31
|
+
* Backport: Dereference $ref in tool schemas for MCP client compatibility by [@jlowin](https://github.com/jlowin) in [#2861](https://github.com/jlowin/fastmcp/pull/2861)
|
|
32
|
+
* Fix task capabilities location (issue #2870) by [@jlowin](https://github.com/jlowin) in [#2874](https://github.com/jlowin/fastmcp/pull/2874)
|
|
33
|
+
* Add missing packaging dependency by [@jlowin](https://github.com/jlowin) in [#2989](https://github.com/jlowin/fastmcp/pull/2989)
|
|
34
|
+
|
|
35
|
+
**Full Changelog**: [v2.14.3...v2.14.4](https://github.com/jlowin/fastmcp/compare/v2.14.3...v2.14.4)
|
|
36
|
+
|
|
37
|
+
</Update>
|
|
38
|
+
|
|
7
39
|
<Update label="v2.14.3" description="2026-01-12">
|
|
8
40
|
|
|
9
41
|
**[v2.14.3: Time After Timeout](https://github.com/jlowin/fastmcp/releases/tag/v2.14.3)**
|
|
@@ -5,6 +5,26 @@ icon: "sparkles"
|
|
|
5
5
|
tag: NEW
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
+
<Update label="FastMCP 2.14.5" description="February 3, 2026" tags={["Releases"]}>
|
|
9
|
+
<Card
|
|
10
|
+
title="FastMCP 2.14.5: Sealed Docket"
|
|
11
|
+
href="https://github.com/jlowin/fastmcp/releases/tag/v2.14.5"
|
|
12
|
+
cta="Read the release notes"
|
|
13
|
+
>
|
|
14
|
+
Fixes a memory leak in the memory:// docket broker where cancelled tasks accumulated instead of being cleaned up. Bumps pydocket to ≥0.17.2.
|
|
15
|
+
</Card>
|
|
16
|
+
</Update>
|
|
17
|
+
|
|
18
|
+
<Update label="FastMCP 2.14.4" description="January 22, 2026" tags={["Releases"]}>
|
|
19
|
+
<Card
|
|
20
|
+
title="FastMCP 2.14.4: Package Deal"
|
|
21
|
+
href="https://github.com/jlowin/fastmcp/releases/tag/v2.14.4"
|
|
22
|
+
cta="Read the release notes"
|
|
23
|
+
>
|
|
24
|
+
Fixes a fresh install bug where the packaging library was missing as a direct dependency, plus backports $ref dereferencing in tool schemas and a task capabilities location fix.
|
|
25
|
+
</Card>
|
|
26
|
+
</Update>
|
|
27
|
+
|
|
8
28
|
<Update label="FastMCP 2.14.3" description="January 12, 2026" tags={["Releases"]}>
|
|
9
29
|
<Card
|
|
10
30
|
title="FastMCP 2.14.3: Time After Timeout"
|
|
@@ -10,7 +10,7 @@ dependencies = [
|
|
|
10
10
|
"mcp>=1.24.0,<2.0",
|
|
11
11
|
"openapi-pydantic>=0.5.1",
|
|
12
12
|
"platformdirs>=4.0.0",
|
|
13
|
-
"pydocket>=0.
|
|
13
|
+
"pydocket>=0.17.2",
|
|
14
14
|
"rich>=13.9.4",
|
|
15
15
|
"cyclopts>=4.0.0",
|
|
16
16
|
"authlib>=1.6.5",
|
|
@@ -103,7 +103,6 @@ style = "pep440"
|
|
|
103
103
|
bump = true
|
|
104
104
|
fallback-version = "0.0.0"
|
|
105
105
|
|
|
106
|
-
|
|
107
106
|
[tool.pytest.ini_options]
|
|
108
107
|
asyncio_mode = "auto"
|
|
109
108
|
# filterwarnings = ["error::DeprecationWarning"]
|
|
@@ -477,6 +477,8 @@ class TestResourceToolMiddleware:
|
|
|
477
477
|
|
|
478
478
|
async def test_read_resource_tool_works(self, server_with_resources: FastMCP):
|
|
479
479
|
"""Test that the read_resource tool can be called."""
|
|
480
|
+
import json
|
|
481
|
+
|
|
480
482
|
middleware = ResourceToolMiddleware()
|
|
481
483
|
server_with_resources.add_middleware(middleware)
|
|
482
484
|
|
|
@@ -485,14 +487,18 @@ class TestResourceToolMiddleware:
|
|
|
485
487
|
name="read_resource", arguments={"uri": "file://config.txt"}
|
|
486
488
|
)
|
|
487
489
|
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
490
|
+
# Parse the JSON text content to check the actual values
|
|
491
|
+
# (MCP 1.26+ includes "meta":null in serialization, earlier versions don't)
|
|
492
|
+
assert len(result.content) == 1
|
|
493
|
+
assert result.content[0].type == "text"
|
|
494
|
+
parsed = json.loads(result.content[0].text) # type: ignore[attr-defined]
|
|
495
|
+
assert len(parsed) == 1
|
|
496
|
+
assert parsed[0]["content"] == "debug=true"
|
|
497
|
+
assert parsed[0]["mime_type"] == "text/plain"
|
|
498
|
+
|
|
499
|
+
# Check structured content similarly
|
|
500
|
+
assert result.structured_content is not None
|
|
501
|
+
assert "result" in result.structured_content
|
|
502
|
+
assert len(result.structured_content["result"]) == 1
|
|
503
|
+
assert result.structured_content["result"][0]["content"] == "debug=true"
|
|
504
|
+
assert result.structured_content["result"][0]["mime_type"] == "text/plain"
|