Skip to content

Add transport property to Context - #2850

Merged
jlowin merged 2 commits into
mainfrom
add-transport-to-context
Jan 12, 2026
Merged

Add transport property to Context#2850
jlowin merged 2 commits into
mainfrom
add-transport-to-context

Fix HTTP transport: set per-request instead of in lifespan

680709b
Select commit
Loading
Failed to load commit list.
Mintlify / Mintlify Validation (fastmcp) - vale-spellcheck completed Jan 12, 2026 in 7s

Mintlify Validation (fastmcp) - vale-spellcheck Failed

There was an error running Vale:

Error: Contact the Mintlify team for assistance.

Details

Running Vale across on the following files affected by this PR:

- changelog.mdx
- clients/prompts.mdx
- clients/resources.mdx
- clients/tools.mdx
- deployment/running-server.mdx
- development/upgrade-guide.mdx
- getting-started/installation.mdx
- integrations/auth0.mdx
- integrations/authkit.mdx
- integrations/aws-cognito.mdx
- integrations/azure.mdx
- integrations/claude-desktop.mdx
- integrations/descope.mdx
- integrations/discord.mdx
- integrations/fastapi.mdx
- integrations/github.mdx
- integrations/google.mdx
- integrations/oci.mdx
- integrations/openapi.mdx
- integrations/scalekit.mdx
- integrations/supabase.mdx
- integrations/workos.mdx
- patterns/cli.mdx
- patterns/tool-transformation.mdx
- python-sdk/fastmcp-cli-cli.mdx
- python-sdk/fastmcp-cli-run.mdx
- python-sdk/fastmcp-client-auth-oauth.mdx
- python-sdk/fastmcp-client-client.mdx
- python-sdk/fastmcp-client-tasks.mdx
- python-sdk/fastmcp-client-transports.mdx
- python-sdk/fastmcp-mcp_config.mdx
- python-sdk/fastmcp-prompts-prompt.mdx
- python-sdk/fastmcp-resources-resource.mdx
- python-sdk/fastmcp-resources-template.mdx
- python-sdk/fastmcp-resources-types.mdx
- python-sdk/fastmcp-server-auth-auth.mdx
- python-sdk/fastmcp-server-auth-oauth_proxy.mdx
- python-sdk/fastmcp-server-auth-providers-auth0.mdx
- python-sdk/fastmcp-server-auth-providers-aws.mdx
- python-sdk/fastmcp-server-auth-providers-azure.mdx
- python-sdk/fastmcp-server-auth-providers-descope.mdx
- python-sdk/fastmcp-server-auth-providers-discord.mdx
- python-sdk/fastmcp-server-auth-providers-github.mdx
- python-sdk/fastmcp-server-auth-providers-google.mdx
- python-sdk/fastmcp-server-auth-providers-introspection.mdx
- python-sdk/fastmcp-server-auth-providers-jwt.mdx
- python-sdk/fastmcp-server-auth-providers-oci.mdx
- python-sdk/fastmcp-server-auth-providers-scalekit.mdx
- python-sdk/fastmcp-server-auth-providers-supabase.mdx
- python-sdk/fastmcp-server-auth-providers-workos.mdx
- python-sdk/fastmcp-server-context.mdx
- python-sdk/fastmcp-server-dependencies.mdx
- python-sdk/fastmcp-server-elicitation.mdx
- python-sdk/fastmcp-server-low_level.mdx
- python-sdk/fastmcp-server-middleware-caching.mdx
- python-sdk/fastmcp-server-middleware-middleware.mdx
- python-sdk/fastmcp-server-middleware-tool_injection.mdx
- python-sdk/fastmcp-server-openapi-__init__.mdx
- python-sdk/fastmcp-server-openapi-components.mdx
- python-sdk/fastmcp-server-openapi-routing.mdx
- python-sdk/fastmcp-server-openapi-server.mdx
- python-sdk/fastmcp-server-proxy.mdx
- python-sdk/fastmcp-server-server.mdx
- python-sdk/fastmcp-server-tasks-config.mdx
- python-sdk/fastmcp-server-tasks-handlers.mdx
- python-sdk/fastmcp-server-tasks-keys.mdx
- python-sdk/fastmcp-server-tasks-requests.mdx
- python-sdk/fastmcp-server-tasks-subscriptions.mdx
- python-sdk/fastmcp-settings.mdx
- python-sdk/fastmcp-tools-tool.mdx
- python-sdk/fastmcp-tools-tool_transform.mdx
- python-sdk/fastmcp-utilities-cli.mdx
- python-sdk/fastmcp-utilities-components.mdx
- python-sdk/fastmcp-utilities-inspect.mdx
- python-sdk/fastmcp-utilities-json_schema.mdx
- servers/auth/authentication.mdx
- servers/auth/oauth-proxy.mdx
- servers/auth/oidc-proxy.mdx
- servers/auth/remote-oauth.mdx
- servers/auth/token-verification.mdx
- servers/context.mdx
- servers/middleware.mdx
- servers/prompts.mdx
- servers/resources.mdx
- servers/server.mdx
- servers/tasks.mdx
- servers/tools.mdx
- snippets/version-badge.mdx
- updates.mdx
- development/v3-notes/auth-provider-env-vars.mdx
- development/v3-notes/v3-features.mdx
- python-sdk/fastmcp-client-sampling-__init__.mdx
- python-sdk/fastmcp-client-sampling-handlers-__init__.mdx
- python-sdk/fastmcp-client-sampling-handlers-anthropic.mdx
- python-sdk/fastmcp-client-sampling-handlers-openai.mdx
- python-sdk/fastmcp-fs-__init__.mdx
- python-sdk/fastmcp-fs-decorators.mdx
- python-sdk/fastmcp-fs-discovery.mdx
- python-sdk/fastmcp-fs-provider.mdx
- python-sdk/fastmcp-server-lifespan.mdx
- python-sdk/fastmcp-server-providers-__init__.mdx
- python-sdk/fastmcp-server-providers-base.mdx
- python-sdk/fastmcp-server-providers-fastmcp_provider.mdx
- python-sdk/fastmcp-server-providers-local_provider.mdx
- python-sdk/fastmcp-server-providers-openapi-__init__.mdx
- python-sdk/fastmcp-server-providers-openapi-components.mdx
- python-sdk/fastmcp-server-providers-openapi-provider.mdx
- python-sdk/fastmcp-server-providers-openapi-routing.mdx
- python-sdk/fastmcp-server-providers-proxy.mdx
- python-sdk/fastmcp-server-providers-transforming.mdx
- python-sdk/fastmcp-server-sampling-__init__.mdx
- python-sdk/fastmcp-server-sampling-run.mdx
- python-sdk/fastmcp-server-sampling-sampling_tool.mdx
- python-sdk/fastmcp-server-tasks-routing.mdx
- python-sdk/fastmcp-utilities-async_utils.mdx
- python-sdk/fastmcp-utilities-lifespan.mdx
- python-sdk/fastmcp-utilities-visibility.mdx
- servers/lifespan.mdx
- servers/providers/custom.mdx
- servers/providers/filesystem.mdx
- servers/providers/local.mdx
- servers/providers/mounting.mdx
- servers/providers/namespacing.mdx
- servers/providers/overview.mdx
- servers/providers/proxy.mdx

Attempting to initialize Vale linter...
No customer vale configuration detected. Using Mintlify's default configuration.
Attempting to run Vale spellcheck...
There was an error running Vale:

Error: Contact the Mintlify team for assistance.