PyPI project
fastmcp
100+ indexed releases ยท newest sdist 4.0.0b1 with 810 indexed members
Files in 4.0.0b1 fastmcp-4.0.0b1.tar.gz
- docs/apps/demos/bar-chart.py
- docs/apps/demos/contacts.py
- docs/apps/demos/dashboard.py
- docs/apps/demos/data-table.py
- docs/apps/demos/hitchhikers.py
- docs/apps/demos/pie-chart.py
- docs/apps/demos/reactive.py
- docs/apps/demos/team-directory-reactive.py
- docs/apps/demos/team-directory.py
- docs/v3/apps/demos/bar-chart.py
- docs/v3/apps/demos/contacts.py
- docs/v3/apps/demos/dashboard.py
- docs/v3/apps/demos/data-table.py
- docs/v3/apps/demos/hitchhikers.py
- docs/v3/apps/demos/pie-chart.py
- docs/v3/apps/demos/reactive.py
- docs/v3/apps/demos/team-directory-reactive.py
- docs/v3/apps/demos/team-directory.py
- examples/apps/approval/approval_server.py
- examples/apps/approvals/approvals_server.py
- examples/apps/chart_server.py
- examples/apps/choice/choice_server.py
- examples/apps/contacts/contacts_server.py
- examples/apps/datatable_server.py
- examples/apps/explorer/explorer_server.py
- examples/apps/file_upload/file_upload_server.py
- examples/apps/form/form_server.py
- examples/apps/generative_ui.py
- examples/apps/greet_server.py
- examples/apps/inspector_demo.py
- examples/apps/inventory/inventory_server.py
- examples/apps/map/map_server.py
- examples/apps/patterns_server.py
- examples/apps/qr_server/qr_server.py
- examples/apps/quiz/quiz_server.py
- examples/apps/sales_dashboard/sales_dashboard_server.py
- examples/apps/showcase_server.py
- examples/apps/system_monitor/system_monitor_server.py
- examples/atproto_mcp/demo.py
- examples/atproto_mcp/src/atproto_mcp/__init__.py
- examples/atproto_mcp/src/atproto_mcp/__main__.py
- examples/atproto_mcp/src/atproto_mcp/_atproto/__init__.py
- examples/atproto_mcp/src/atproto_mcp/_atproto/_client.py
- examples/atproto_mcp/src/atproto_mcp/_atproto/_posts.py
- examples/atproto_mcp/src/atproto_mcp/_atproto/_profile.py
- examples/atproto_mcp/src/atproto_mcp/_atproto/_read.py
- examples/atproto_mcp/src/atproto_mcp/_atproto/_social.py
- examples/atproto_mcp/src/atproto_mcp/server.py
- examples/atproto_mcp/src/atproto_mcp/settings.py
- examples/atproto_mcp/src/atproto_mcp/types.py
- examples/auth/auth0_mcp/client.py
- examples/auth/auth0_mcp/server.py
- examples/auth/authkit/client.py
- examples/auth/authkit/server.py
- examples/auth/aws_oauth/client.py
- examples/auth/aws_oauth/server.py
- examples/auth/azure_oauth/client.py
- examples/auth/azure_oauth/server.py
- examples/auth/clerk_oauth/client.py
- examples/auth/clerk_oauth/server.py
- examples/auth/discord_oauth/client.py
- examples/auth/discord_oauth/server.py
- examples/auth/github_oauth/client.py
- examples/auth/github_oauth/server.py
- examples/auth/google_oauth/client.py
- examples/auth/google_oauth/server.py
- examples/auth/huggingface_oauth/client.py
- examples/auth/huggingface_oauth/server.py
- examples/auth/keycloak_oauth/client.py
- examples/auth/keycloak_oauth/server.py
- examples/auth/mounted/client.py
- examples/auth/mounted/server.py
- examples/auth/oci_oauth/client.py
- examples/auth/oci_oauth/server.py
- examples/auth/propelauth_oauth/client.py
- examples/auth/propelauth_oauth/server.py
- examples/auth/scalekit_oauth/client.py
- examples/auth/scalekit_oauth/server.py
- examples/auth/workos_oauth/client.py
- examples/auth/workos_oauth/server.py
- examples/code_mode/client.py
- examples/code_mode/server.py
- examples/complex_inputs.py
- examples/config_server.py
- examples/custom_tool_serializer_decorator.py
- examples/desktop.py
- examples/diagnostics/client_with_tracing.py
- examples/diagnostics/server.py
- examples/echo.py
- examples/elicitation.py
- examples/fastmcp_config/server.py
- examples/fastmcp_config_demo/server.py
- examples/filesystem-provider/components/prompts/assistant.py
- examples/filesystem-provider/components/resources/config.py
- examples/filesystem-provider/components/tools/calculator.py
- examples/filesystem-provider/components/tools/greeting.py
- examples/filesystem-provider/server.py
- examples/get_file.py
- examples/in_memory_proxy_example.py
- examples/memory.py
- examples/mount_example.py
- examples/namespace_activation/client.py
- examples/namespace_activation/server.py
- examples/persistent_state/client.py
- examples/persistent_state/client_stdio.py
- examples/persistent_state/server.py
- examples/prompts_as_tools/client.py
- examples/prompts_as_tools/server.py
- examples/providers/sqlite/server.py
- examples/providers/sqlite/setup_db.py
- examples/resources_as_tools/client.py
- examples/resources_as_tools/server.py
- examples/run_with_tracing.py
- examples/screenshot.py
- examples/search/client_bm25.py
- examples/search/client_regex.py
- examples/search/server_bm25.py
- examples/search/server_regex.py
- examples/simple_echo.py
- examples/skills/client.py
- examples/skills/download_skills.py
- examples/skills/server.py
- examples/smart_home/src/smart_home/__init__.py
- examples/smart_home/src/smart_home/__main__.py
- examples/smart_home/src/smart_home/hub.py
- examples/smart_home/src/smart_home/lights/__init__.py
- examples/smart_home/src/smart_home/lights/hue_utils.py
- examples/smart_home/src/smart_home/lights/server.py
- examples/smart_home/src/smart_home/settings.py
- examples/tags_example.py
- examples/task_elicitation.py
- examples/tasks/client.py
- examples/tasks/server.py
- examples/testing_demo/server.py
- examples/testing_demo/tests/test_server.py
- examples/text_me.py
- examples/tool_result_echo.py
- examples/versioning/client_version_selection.py
- examples/versioning/version_filters.py
- examples/versioning/versioned_components.py
- fastmcp_remote/fastmcp_remote/__init__.py
- fastmcp_remote/fastmcp_remote/cli.py
- fastmcp_slim/fastmcp/__init__.py
- fastmcp_slim/fastmcp/_compat.py
- fastmcp_slim/fastmcp/_install_hints.py
- fastmcp_slim/fastmcp/apps/__init__.py
- fastmcp_slim/fastmcp/apps/app.py
- fastmcp_slim/fastmcp/apps/approval.py
- fastmcp_slim/fastmcp/apps/choice.py
- fastmcp_slim/fastmcp/apps/config.py
- fastmcp_slim/fastmcp/apps/file_upload.py
- fastmcp_slim/fastmcp/apps/form.py
- fastmcp_slim/fastmcp/apps/generative.py
- fastmcp_slim/fastmcp/cli/__init__.py
- fastmcp_slim/fastmcp/cli/__main__.py
- fastmcp_slim/fastmcp/cli/apps_dev.py
- fastmcp_slim/fastmcp/cli/auth.py
- fastmcp_slim/fastmcp/cli/cimd.py
- fastmcp_slim/fastmcp/cli/cli.py
- fastmcp_slim/fastmcp/cli/client.py
- fastmcp_slim/fastmcp/cli/discovery.py
- fastmcp_slim/fastmcp/cli/generate.py
- fastmcp_slim/fastmcp/cli/install/__init__.py
- fastmcp_slim/fastmcp/cli/install/claude_code.py
- fastmcp_slim/fastmcp/cli/install/claude_desktop.py
- fastmcp_slim/fastmcp/cli/install/cursor.py
- fastmcp_slim/fastmcp/cli/install/gemini_cli.py
- fastmcp_slim/fastmcp/cli/install/goose.py
- fastmcp_slim/fastmcp/cli/install/mcp_json.py
- fastmcp_slim/fastmcp/cli/install/shared.py
- fastmcp_slim/fastmcp/cli/install/stdio.py
- fastmcp_slim/fastmcp/cli/run.py
- fastmcp_slim/fastmcp/client/__init__.py
- fastmcp_slim/fastmcp/client/_sdk_context_shim.py
- fastmcp_slim/fastmcp/client/auth/__init__.py
- fastmcp_slim/fastmcp/client/auth/bearer.py
- fastmcp_slim/fastmcp/client/auth/client_credentials.py
- fastmcp_slim/fastmcp/client/auth/oauth.py
- fastmcp_slim/fastmcp/client/caching.py
- fastmcp_slim/fastmcp/client/client.py
- fastmcp_slim/fastmcp/client/dependencies.py
- fastmcp_slim/fastmcp/client/elicitation.py
- fastmcp_slim/fastmcp/client/extension_hooks.py
- fastmcp_slim/fastmcp/client/logging.py
- fastmcp_slim/fastmcp/client/messages.py
- fastmcp_slim/fastmcp/client/mixins/__init__.py
- fastmcp_slim/fastmcp/client/mixins/prompts.py
- fastmcp_slim/fastmcp/client/mixins/resources.py
- fastmcp_slim/fastmcp/client/mixins/tools.py
- fastmcp_slim/fastmcp/client/oauth_callback.py
- fastmcp_slim/fastmcp/client/progress.py
- fastmcp_slim/fastmcp/client/roots.py
- fastmcp_slim/fastmcp/client/sampling/__init__.py
- fastmcp_slim/fastmcp/client/sampling/handlers/__init__.py
- fastmcp_slim/fastmcp/client/sampling/handlers/anthropic.py
- fastmcp_slim/fastmcp/client/sampling/handlers/google_genai.py
- fastmcp_slim/fastmcp/client/sampling/handlers/openai.py
- fastmcp_slim/fastmcp/client/telemetry.py
- fastmcp_slim/fastmcp/client/transports/__init__.py
- fastmcp_slim/fastmcp/client/transports/base.py
- fastmcp_slim/fastmcp/client/transports/config.py
- fastmcp_slim/fastmcp/client/transports/http.py
- fastmcp_slim/fastmcp/client/transports/inference.py
- fastmcp_slim/fastmcp/client/transports/memory.py
- fastmcp_slim/fastmcp/client/transports/sse.py
- fastmcp_slim/fastmcp/client/transports/stdio.py
- fastmcp_slim/fastmcp/contrib/bulk_tool_caller/__init__.py
- fastmcp_slim/fastmcp/contrib/bulk_tool_caller/bulk_tool_caller.py
- fastmcp_slim/fastmcp/contrib/bulk_tool_caller/example.py
- fastmcp_slim/fastmcp/contrib/component_manager/__init__.py
- fastmcp_slim/fastmcp/contrib/component_manager/component_manager.py
- fastmcp_slim/fastmcp/contrib/component_manager/example.py
- fastmcp_slim/fastmcp/contrib/mcp_mixin/__init__.py
- fastmcp_slim/fastmcp/contrib/mcp_mixin/example.py
- fastmcp_slim/fastmcp/contrib/mcp_mixin/mcp_mixin.py
- fastmcp_slim/fastmcp/decorators.py
- fastmcp_slim/fastmcp/dependencies.py
- fastmcp_slim/fastmcp/exceptions.py
- fastmcp_slim/fastmcp/experimental/__init__.py
- fastmcp_slim/fastmcp/experimental/transforms/__init__.py
- fastmcp_slim/fastmcp/experimental/transforms/code_mode.py
- fastmcp_slim/fastmcp/mcp_config.py
- fastmcp_slim/fastmcp/prompts/__init__.py
- fastmcp_slim/fastmcp/prompts/base.py
- fastmcp_slim/fastmcp/prompts/function_prompt.py
- fastmcp_slim/fastmcp/resources/__init__.py
- fastmcp_slim/fastmcp/resources/base.py
- fastmcp_slim/fastmcp/resources/function_resource.py
- fastmcp_slim/fastmcp/resources/security.py
- fastmcp_slim/fastmcp/resources/template.py
- fastmcp_slim/fastmcp/resources/types.py
- fastmcp_slim/fastmcp/server/__init__.py
- fastmcp_slim/fastmcp/server/auth/__init__.py
- fastmcp_slim/fastmcp/server/auth/auth.py
- fastmcp_slim/fastmcp/server/auth/cimd.py
- fastmcp_slim/fastmcp/server/auth/handlers/__init__.py
- fastmcp_slim/fastmcp/server/auth/handlers/authorize.py
- fastmcp_slim/fastmcp/server/auth/identity_assertion.py
- fastmcp_slim/fastmcp/server/auth/jwt_issuer.py
- fastmcp_slim/fastmcp/server/auth/middleware.py
- fastmcp_slim/fastmcp/server/auth/oauth_proxy/__init__.py
- fastmcp_slim/fastmcp/server/auth/oauth_proxy/consent.py
- fastmcp_slim/fastmcp/server/auth/oauth_proxy/models.py
- fastmcp_slim/fastmcp/server/auth/oauth_proxy/proxy.py
- fastmcp_slim/fastmcp/server/auth/oauth_proxy/ui.py
- fastmcp_slim/fastmcp/server/auth/oauth_proxy/upstream.py
- fastmcp_slim/fastmcp/server/auth/oidc_proxy.py
- fastmcp_slim/fastmcp/server/auth/providers/__init__.py
- fastmcp_slim/fastmcp/server/auth/providers/auth0.py
- fastmcp_slim/fastmcp/server/auth/providers/aws.py
- fastmcp_slim/fastmcp/server/auth/providers/azure.py
- fastmcp_slim/fastmcp/server/auth/providers/clerk.py
- fastmcp_slim/fastmcp/server/auth/providers/debug.py
- fastmcp_slim/fastmcp/server/auth/providers/descope.py
- fastmcp_slim/fastmcp/server/auth/providers/discord.py
- fastmcp_slim/fastmcp/server/auth/providers/github.py
- fastmcp_slim/fastmcp/server/auth/providers/google.py
- fastmcp_slim/fastmcp/server/auth/providers/huggingface.py
- fastmcp_slim/fastmcp/server/auth/providers/in_memory.py
- fastmcp_slim/fastmcp/server/auth/providers/introspection.py
- fastmcp_slim/fastmcp/server/auth/providers/jwt.py
- fastmcp_slim/fastmcp/server/auth/providers/keycloak.py
- fastmcp_slim/fastmcp/server/auth/providers/oci.py
- fastmcp_slim/fastmcp/server/auth/providers/propelauth.py
- fastmcp_slim/fastmcp/server/auth/providers/scalekit.py
- fastmcp_slim/fastmcp/server/auth/providers/supabase.py
- fastmcp_slim/fastmcp/server/auth/providers/workos.py
- fastmcp_slim/fastmcp/server/auth/redirect_validation.py
- fastmcp_slim/fastmcp/server/auth/ssrf.py
- fastmcp_slim/fastmcp/server/caching.py
- fastmcp_slim/fastmcp/server/completions.py
- fastmcp_slim/fastmcp/server/context.py
- fastmcp_slim/fastmcp/server/dependencies.py
- fastmcp_slim/fastmcp/server/elicitation.py
- fastmcp_slim/fastmcp/server/event_store.py
- fastmcp_slim/fastmcp/server/extensions.py
- fastmcp_slim/fastmcp/server/http.py
- fastmcp_slim/fastmcp/server/lifespan.py
- fastmcp_slim/fastmcp/server/low_level.py
- fastmcp_slim/fastmcp/server/middleware/__init__.py
- fastmcp_slim/fastmcp/server/middleware/authorization.py
- fastmcp_slim/fastmcp/server/middleware/caching.py
- fastmcp_slim/fastmcp/server/middleware/dereference.py
- fastmcp_slim/fastmcp/server/middleware/error_handling.py
- fastmcp_slim/fastmcp/server/middleware/logging.py
- fastmcp_slim/fastmcp/server/middleware/middleware.py
- fastmcp_slim/fastmcp/server/middleware/ping.py
- fastmcp_slim/fastmcp/server/middleware/rate_limiting.py
- fastmcp_slim/fastmcp/server/middleware/response_limiting.py
- fastmcp_slim/fastmcp/server/middleware/timing.py
- fastmcp_slim/fastmcp/server/middleware/tool_injection.py
- fastmcp_slim/fastmcp/server/mixins/__init__.py
- fastmcp_slim/fastmcp/server/mixins/lifespan.py
- fastmcp_slim/fastmcp/server/mixins/mcp_operations.py
- fastmcp_slim/fastmcp/server/mixins/transport.py
- fastmcp_slim/fastmcp/server/providers/__init__.py
- fastmcp_slim/fastmcp/server/providers/addressing.py
- fastmcp_slim/fastmcp/server/providers/aggregate.py
- fastmcp_slim/fastmcp/server/providers/base.py
- fastmcp_slim/fastmcp/server/providers/fastmcp_provider.py
- fastmcp_slim/fastmcp/server/providers/filesystem.py
- fastmcp_slim/fastmcp/server/providers/filesystem_discovery.py
- fastmcp_slim/fastmcp/server/providers/local_provider/__init__.py
- fastmcp_slim/fastmcp/server/providers/local_provider/decorators/__init__.py
- fastmcp_slim/fastmcp/server/providers/local_provider/decorators/prompts.py
- fastmcp_slim/fastmcp/server/providers/local_provider/decorators/resources.py
- fastmcp_slim/fastmcp/server/providers/local_provider/decorators/tools.py
- fastmcp_slim/fastmcp/server/providers/local_provider/local_provider.py
- fastmcp_slim/fastmcp/server/providers/openapi/__init__.py
- fastmcp_slim/fastmcp/server/providers/openapi/components.py
- fastmcp_slim/fastmcp/server/providers/openapi/provider.py
- fastmcp_slim/fastmcp/server/providers/openapi/routing.py
- fastmcp_slim/fastmcp/server/providers/prefab_payload.py
- fastmcp_slim/fastmcp/server/providers/prefab_synthesis.py
- fastmcp_slim/fastmcp/server/providers/proxy.py
- fastmcp_slim/fastmcp/server/providers/skills/__init__.py
- fastmcp_slim/fastmcp/server/providers/skills/_common.py
- fastmcp_slim/fastmcp/server/providers/skills/claude_provider.py
- fastmcp_slim/fastmcp/server/providers/skills/directory_provider.py
- fastmcp_slim/fastmcp/server/providers/skills/skill_provider.py
- fastmcp_slim/fastmcp/server/providers/skills/vendor_providers.py
- fastmcp_slim/fastmcp/server/providers/wrapped_provider.py
- fastmcp_slim/fastmcp/server/server.py
- fastmcp_slim/fastmcp/server/sessions.py
- fastmcp_slim/fastmcp/server/telemetry.py
- fastmcp_slim/fastmcp/server/transforms/__init__.py
- fastmcp_slim/fastmcp/server/transforms/catalog.py
- fastmcp_slim/fastmcp/server/transforms/namespace.py
- fastmcp_slim/fastmcp/server/transforms/prompts_as_tools.py
- fastmcp_slim/fastmcp/server/transforms/resources_as_tools.py
- fastmcp_slim/fastmcp/server/transforms/search/__init__.py
- fastmcp_slim/fastmcp/server/transforms/search/base.py
- fastmcp_slim/fastmcp/server/transforms/search/bm25.py
- fastmcp_slim/fastmcp/server/transforms/search/regex.py
- fastmcp_slim/fastmcp/server/transforms/tool_transform.py
- fastmcp_slim/fastmcp/server/transforms/version_filter.py
- fastmcp_slim/fastmcp/server/transforms/visibility.py
- fastmcp_slim/fastmcp/settings.py
- fastmcp_slim/fastmcp/telemetry.py
- fastmcp_slim/fastmcp/tools/__init__.py
- fastmcp_slim/fastmcp/tools/base.py
- fastmcp_slim/fastmcp/tools/function_parsing.py
- fastmcp_slim/fastmcp/tools/function_tool.py
- fastmcp_slim/fastmcp/tools/tool_transform.py
- fastmcp_slim/fastmcp/types.py
- fastmcp_slim/fastmcp/utilities/__init__.py
- fastmcp_slim/fastmcp/utilities/asgi_transport.py
- fastmcp_slim/fastmcp/utilities/async_utils.py
- fastmcp_slim/fastmcp/utilities/auth.py
- fastmcp_slim/fastmcp/utilities/authorization.py
- fastmcp_slim/fastmcp/utilities/cli.py
- fastmcp_slim/fastmcp/utilities/components.py
- fastmcp_slim/fastmcp/utilities/docstring_parsing.py
- fastmcp_slim/fastmcp/utilities/exceptions.py
- fastmcp_slim/fastmcp/utilities/http.py
- fastmcp_slim/fastmcp/utilities/inspect.py
- fastmcp_slim/fastmcp/utilities/json_schema.py
- fastmcp_slim/fastmcp/utilities/json_schema_type.py
- fastmcp_slim/fastmcp/utilities/lifespan.py
- fastmcp_slim/fastmcp/utilities/logging.py
- fastmcp_slim/fastmcp/utilities/mcp_server_config/__init__.py
- fastmcp_slim/fastmcp/utilities/mcp_server_config/v1/__init__.py
- fastmcp_slim/fastmcp/utilities/mcp_server_config/v1/environments/__init__.py
- fastmcp_slim/fastmcp/utilities/mcp_server_config/v1/environments/base.py
- fastmcp_slim/fastmcp/utilities/mcp_server_config/v1/environments/uv.py
- fastmcp_slim/fastmcp/utilities/mcp_server_config/v1/mcp_server_config.py
- fastmcp_slim/fastmcp/utilities/mcp_server_config/v1/sources/__init__.py
- fastmcp_slim/fastmcp/utilities/mcp_server_config/v1/sources/base.py
- fastmcp_slim/fastmcp/utilities/mcp_server_config/v1/sources/filesystem.py
- fastmcp_slim/fastmcp/utilities/mime.py
- fastmcp_slim/fastmcp/utilities/openapi/__init__.py
- fastmcp_slim/fastmcp/utilities/openapi/director.py
- fastmcp_slim/fastmcp/utilities/openapi/formatters.py
- fastmcp_slim/fastmcp/utilities/openapi/json_schema_converter.py
- fastmcp_slim/fastmcp/utilities/openapi/models.py
- fastmcp_slim/fastmcp/utilities/openapi/parser.py
- fastmcp_slim/fastmcp/utilities/openapi/schemas.py
- fastmcp_slim/fastmcp/utilities/pagination.py
- fastmcp_slim/fastmcp/utilities/skills.py
- fastmcp_slim/fastmcp/utilities/tasks.py
- fastmcp_slim/fastmcp/utilities/tests.py
- fastmcp_slim/fastmcp/utilities/timeout.py
- fastmcp_slim/fastmcp/utilities/token_cache.py
- fastmcp_slim/fastmcp/utilities/types.py
- fastmcp_slim/fastmcp/utilities/ui.py
- fastmcp_slim/fastmcp/utilities/version_check.py
- fastmcp_slim/fastmcp/utilities/versions.py
- fastmcp_tasks/fastmcp_tasks/__init__.py
- fastmcp_tasks/fastmcp_tasks/client.py
- fastmcp_tasks/fastmcp_tasks/client_models.py
- fastmcp_tasks/fastmcp_tasks/components.py
- fastmcp_tasks/fastmcp_tasks/context.py
- fastmcp_tasks/fastmcp_tasks/creation.py
- fastmcp_tasks/fastmcp_tasks/dependencies.py
- fastmcp_tasks/fastmcp_tasks/extension.py
- fastmcp_tasks/fastmcp_tasks/handlers.py
- fastmcp_tasks/fastmcp_tasks/input_loop.py
- fastmcp_tasks/fastmcp_tasks/input_store.py
- fastmcp_tasks/fastmcp_tasks/keys.py
- fastmcp_tasks/fastmcp_tasks/lifespan.py
and 410 more members in this release
Indexed releases
- 4.0.0b1
fastmcp-4.0.0b1.tar.gz810 members - 4.0.0a2
fastmcp-4.0.0a2.tar.gz817 members - 4.0.0a1
fastmcp-4.0.0a1.tar.gz804 members - 3.4.5
fastmcp-3.4.5.tar.gz779 members - 3.4.4
fastmcp-3.4.4.tar.gz779 members - 3.4.3
fastmcp-3.4.3.tar.gz775 members - 3.4.2
fastmcp-3.4.2.tar.gz772 members - 3.4.1
fastmcp-3.4.1.tar.gz772 members - 3.4.0
fastmcp-3.4.0.tar.gz772 members - 3.4.0b1
fastmcp-3.4.0b1.tar.gz768 members - 3.3.1
fastmcp-3.3.1.tar.gz763 members - 3.3.0
fastmcp-3.3.0.tar.gz761 members - 3.3.0b2
fastmcp-3.3.0b2.tar.gz761 members - 3.3.0b1
fastmcp-3.3.0b1.tar.gz760 members - 3.2.4
fastmcp-3.2.4.tar.gz747 members - 3.2.3
fastmcp-3.2.3.tar.gz720 members - 3.2.2
fastmcp-3.2.2.tar.gz720 members - 3.2.1
fastmcp-3.2.1.tar.gz720 members - 3.2.0
fastmcp-3.2.0.tar.gz718 members - 3.1.1
fastmcp-3.1.1.tar.gz667 members - 3.1.0
fastmcp-3.1.0.tar.gz667 members - 3.0.2
fastmcp-3.0.2.tar.gz622 members - 3.0.1
fastmcp-3.0.1.tar.gz622 members - 3.0.0
fastmcp-3.0.0.tar.gz622 members - 3.0.0rc3
fastmcp-3.0.0rc3.tar.gz622 members - 3.0.0rc2
fastmcp-3.0.0rc2.tar.gz622 members - 3.0.0rc1
fastmcp-3.0.0rc1.tar.gz622 members - 3.0.0b2
fastmcp-3.0.0b2.tar.gz614 members - 3.0.0b1
fastmcp-3.0.0b1.tar.gz587 members - 2.14.7
fastmcp-2.14.7.tar.gz412 members - 2.14.6
fastmcp-2.14.6.tar.gz412 members - 2.14.5
fastmcp-2.14.5.tar.gz412 members - 2.14.4
fastmcp-2.14.4.tar.gz412 members - 2.14.3
fastmcp-2.14.3.tar.gz412 members - 2.14.2
fastmcp-2.14.2.tar.gz409 members - 2.14.1
fastmcp-2.14.1.tar.gz409 members - 2.14.0
fastmcp-2.14.0.tar.gz397 members - 2.13.3
fastmcp-2.13.3.tar.gz384 members - 2.13.2
fastmcp-2.13.2.tar.gz384 members - 2.13.1
fastmcp-2.13.1.tar.gz379 members - 2.13.0.2
fastmcp-2.13.0.2.tar.gz372 members - 2.13.0.1
fastmcp-2.13.0.1.tar.gz372 members - 2.13.0
fastmcp-2.13.0.tar.gz372 members - 2.13.0rc3
fastmcp-2.13.0rc3.tar.gz372 members - 2.13.0rc2
fastmcp-2.13.0rc2.tar.gz366 members - 2.13.0rc1
fastmcp-2.13.0rc1.tar.gz366 members - 2.12.5
fastmcp-2.12.5.tar.gz347 members - 2.12.4
fastmcp-2.12.4.tar.gz347 members - 2.12.3
fastmcp-2.12.3.tar.gz332 members - 2.12.2
fastmcp-2.12.2.tar.gz332 members - 2.12.1
fastmcp-2.12.1.tar.gz332 members - 2.12.0
fastmcp-2.12.0.tar.gz335 members - 2.12.0rc1
fastmcp-2.12.0rc1.tar.gz335 members - 2.11.3
fastmcp-2.11.3.tar.gz278 members - 2.11.2
fastmcp-2.11.2.tar.gz272 members - 2.11.1
fastmcp-2.11.1.tar.gz271 members - 2.11.0
fastmcp-2.11.0.tar.gz272 members - 2.10.6
fastmcp-2.10.6.tar.gz229 members - 2.10.5
fastmcp-2.10.5.tar.gz226 members - 2.10.4
fastmcp-2.10.4.tar.gz225 members - 2.10.3
fastmcp-2.10.3.tar.gz225 members - 2.10.2
fastmcp-2.10.2.tar.gz213 members - 2.10.1
fastmcp-2.10.1.tar.gz206 members - 2.10.0
fastmcp-2.10.0.tar.gz207 members - 2.9.2
fastmcp-2.9.2.tar.gz192 members - 2.9.1
fastmcp-2.9.1.tar.gz192 members - 2.9.0
fastmcp-2.9.0.tar.gz189 members - 2.8.1
fastmcp-2.8.1.tar.gz161 members - 2.8.0
fastmcp-2.8.0.tar.gz161 members - 2.7.1
fastmcp-2.7.1.tar.gz157 members - 2.7.0
fastmcp-2.7.0.tar.gz157 members - 2.6.1
fastmcp-2.6.1.tar.gz158 members - 2.6.0
fastmcp-2.6.0.tar.gz159 members - 2.5.2
fastmcp-2.5.2.tar.gz142 members - 2.5.1
fastmcp-2.5.1.tar.gz141 members - 2.5.0
fastmcp-2.5.0.tar.gz141 members - 2.4.0
fastmcp-2.4.0.tar.gz136 members - 2.3.5
fastmcp-2.3.5.tar.gz129 members - 2.3.4
fastmcp-2.3.4.tar.gz124 members - 2.3.3
fastmcp-2.3.3.tar.gz123 members - 2.3.2
fastmcp-2.3.2.tar.gz123 members - 2.3.1
fastmcp-2.3.1.tar.gz121 members - 2.3.0
fastmcp-2.3.0.tar.gz118 members - 2.3.0rc1
fastmcp-2.3.0rc1.tar.gz119 members - 2.2.10
fastmcp-2.2.10.tar.gz111 members - 2.2.9
fastmcp-2.2.9.tar.gz109 members - 2.2.8
fastmcp-2.2.8.tar.gz109 members - 2.2.7
fastmcp-2.2.7.tar.gz107 members - 2.2.6
fastmcp-2.2.6.tar.gz102 members - 2.2.5
fastmcp-2.2.5.tar.gz100 members - 2.2.4
fastmcp-2.2.4.tar.gz99 members - 2.2.3
fastmcp-2.2.3.tar.gz99 members - 2.2.2
fastmcp-2.2.2.tar.gz99 members - 2.2.1
fastmcp-2.2.1.tar.gz99 members - 2.2.0
fastmcp-2.2.0.tar.gz90 members - 2.1.2
fastmcp-2.1.2.tar.gz88 members - 2.1.1
fastmcp-2.1.1.tar.gz86 members - 2.1.0
fastmcp-2.1.0.tar.gz77 members - 2.0.0
fastmcp-2.0.0.tar.gz77 members - 1.0
fastmcp-1.0.tar.gz46 members
and more releases past the first 100