MCPcopy Create free account

hub / github.com/PrefectHQ/fastmcp / functions

Functions10,524 in github.com/PrefectHQ/fastmcp

Methodconnect_session
( self, **session_kwargs: Unpack[SessionKwargs] )
fastmcp_slim/fastmcp/client/transports/stdio.py:71
Methodconnect_session
( self, **session_kwargs: Any )
tests/client/client/test_client.py:455
Functioncontact_form
Show a form to create a new contact, with a live contact list below.
examples/apps/patterns_server.py:312
Methodcontact_form
()
tests/test_fastmcp_app.py:865
Methodcontact_form
()
tests/server/providers/test_prefab_roundtrip.py:34
Methodcontact_form
()
tests/server/providers/test_prefab_synthesis.py:143
Functioncontact_manager
Open the contact manager. The model calls this to launch the app.
examples/apps/contacts/contacts_server.py:103
Functioncontext
()
tests/server/test_context.py:17
Functioncontext_sync_access
(ctx: Context)
tests/server/tasks/test_concurrent_dependencies.py:201
Functioncontrolled_tool
Tool with controlled execution.
tests/client/tasks/test_client_task_protocol.py:21
Functionconvert_schema_definitions
Convert a dictionary of OpenAPI schema definitions to JSON Schema. Args: schema_definitions: Dictionary of schema definitions
fastmcp_slim/fastmcp/utilities/openapi/json_schema_converter.py:328
Methodcookie_route
(self)
tests/utilities/openapi/test_director.py:1409
Functioncoordinated_tool
Tool with coordination points.
tests/server/tasks/test_task_tools.py:150
Methodcount_provider_tools
(server)
tests/server/providers/openapi/test_performance_comparison.py:256
Functioncount_to_ten
(progress: Progress = Progress())
tests/server/tasks/test_progress_dependency.py:52
Methodcount_tools
Return the number of real tools in the catalog.
tests/server/transforms/test_catalog.py:84
Methodcounting_list
()
tests/server/providers/proxy/test_proxy_server.py:1043
Functioncounting_prompt
()
tests/client/tasks/test_task_result_caching.py:45
Functioncounting_resource
()
tests/client/tasks/test_task_result_caching.py:72
Functioncounting_tool
()
tests/client/tasks/test_task_result_caching.py:18
Methodcrazy
(self, a: CrazyModel)
tests/server/middleware/test_caching.py:132
Functioncrazy_model
()
tests/server/middleware/test_caching.py:94
Functioncreate_button_group
Create a group of buttons. Args: buttons: List of (text, value, css_class) tuples Returns: HTML for button group
fastmcp_slim/fastmcp/utilities/ui.py:591
Methodcreate_invoice
(amount: int)
tests/test_fastmcp_app.py:797
Functioncreate_item
Create a new item.
tests/server/test_tool_annotations.py:171
Functioncreate_item
Create a new item.
tests/deprecated/test_exclude_args.py:46
Methodcreate_project
()
tests/server/test_session_visibility.py:670
Methodcreate_resource
Create a resource from the template with the given parameters.
fastmcp_slim/fastmcp/resources/template.py:438
Methodcreate_resource
Create a FastMCPProviderResource for the given URI. The `uri` is the external/transformed URI (e.g., with namespace prefix). We use `
fastmcp_slim/fastmcp/server/providers/fastmcp_provider.py:368
Methodcreate_resource
Create a resource from the template by calling the remote server.
fastmcp_slim/fastmcp/server/providers/proxy.py:387
Methodcreate_resource
Create a resource with the given parameters.
fastmcp_slim/fastmcp/server/providers/openapi/components.py:395
Methodcreate_resource
Create a resource for the given URI and parameters. Note: This is not typically used since _read() handles file reading directly. Pro
fastmcp_slim/fastmcp/server/providers/skills/skill_provider.py:115
Functioncreate_thread
Create a thread of posts with automatic linking. The first post becomes the root of the thread, and each subsequent post replies to the previ
examples/atproto_mcp/src/atproto_mcp/server.py:129
Functioncreate_thread
Create a thread of posts with automatic linking. Args: posts: List of posts to create as a thread. First post is the root.
examples/atproto_mcp/src/atproto_mcp/_atproto/_posts.py:329
Functioncreate_user
(name: str, email: str)
tests/deprecated/test_import_server.py:401
Functioncreate_user
Create a user - admin only
examples/tags_example.py:26
Methodcreate_user
Create a new user.
tests/tools/tool/test_tool.py:191
Methodcreate_user
Create a user from a profile.
tests/server/test_input_validation.py:121
Methodcreate_user
(profile: UserProfile)
tests/server/test_input_validation.py:359
Functioncreative_prompt
Generate a creative writing prompt.
tests/client/tasks/test_client_prompt_tasks.py:25
Methodctx_tool
A sync tool with context that uses barrier to prove concurrency.
tests/tools/tool/test_callable.py:88
Methodcurrent
Current progress value.
fastmcp_slim/fastmcp/server/dependencies.py:1117
Methodcurrent
(self)
fastmcp_slim/fastmcp/server/dependencies.py:1169
Methodcurrent
Current progress value.
fastmcp_slim/fastmcp/server/dependencies.py:1241
Functioncustom
(final_x: int, **kwargs)
tests/tools/tool_transform/test_args.py:49
Methodcustom_analysis
(text: str)
tests/utilities/test_inspect.py:166
Methodcustom_auth_check
(ctx: AuthContext)
tests/server/auth/test_authorization.py:170
Methodcustom_decorator
(func)
tests/resources/test_resource_template.py:728
Methodcustom_decorator
(func)
tests/server/providers/local_provider_tools/test_context.py:142
Methodcustom_error_tool
()
tests/client/client/test_error_handling.py:69
Functioncustom_fn
(x: str = "function_default", **kwargs)
tests/tools/tool_transform/test_args.py:136
Functioncustom_fn
(new_x: int, **kwargs)
tests/tools/tool_transform/test_tool_transform.py:186
Methodcustom_fn
(x: int)
tests/tools/tool_transform/test_schemas.py:114
Methodcustom_level_prompt
()
tests/client/client/test_error_handling.py:369
Methodcustom_level_resource
()
tests/client/client/test_error_handling.py:324
Methodcustom_level_sampling_tool
(x: int)
tests/client/client/test_error_handling.py:412
Methodcustom_level_tool
()
tests/client/client/test_error_handling.py:279
Functioncustom_lifespan
(server: FastMCP)
tests/server/test_server_docket.py:203
Functioncustom_prompt
(topic: str, tone: str = Depends(get_tone))
tests/server/test_dependencies.py:298
Methodcustom_route
Decorator to register a custom HTTP route on the FastMCP server. Allows adding arbitrary HTTP endpoints outside the standard MCP pro
fastmcp_slim/fastmcp/server/mixins/transport.py:132
Methodcustom_route
(request: Request)
tests/server/http/test_custom_routes.py:17
Methodcustom_serializer
(_: Any)
tests/server/middleware/test_logging.py:372
Methodcustom_serializer
(data)
tests/deprecated/test_tool_serializer.py:27
Methodcustom_serializer
(data)
tests/deprecated/test_tool_serializer.py:74
Methodcustom_serializer_that_fails
(data)
tests/deprecated/test_tool_serializer.py:57
Functioncustom_tool_server
Create a server with custom tool subclasses.
tests/server/tasks/test_custom_subclass_tasks.py:55
Methodcustom_ttl_tool
()
tests/server/tasks/test_task_meta_parameter.py:229
Methoddashboard
()
tests/test_fastmcp_app.py:179
Methoddashboard
()
tests/test_fastmcp_app.py:696
Methoddashboard
()
tests/test_fastmcp_app.py:821
Methoddashboard
()
tests/test_apps.py:514
Methoddata
()
tests/test_apps.py:324
Methoddata
()
tests/server/versioning/test_filtering.py:395
Functiondata_explorer
Open the data explorer. Browse, filter, and visualize sales data.
examples/apps/explorer/explorer_server.py:361
Functiondata_file
A parameterized data resource.
tests/client/tasks/test_client_resource_tasks.py:25
Methoddata_prompt
(value: int)
tests/prompts/test_prompt.py:287
Methoddata_resource
Get data.
tests/deprecated/test_tool_injection_middleware.py:161
Functiondata_template
(item_id: str)
tests/deprecated/test_import_server.py:656
Methoddata_uri_tool
Tool with data URI icon.
tests/utilities/test_inspect_icons.py:249
Methoddataclass_tool
()
tests/server/providers/local_provider_tools/test_output_schema.py:235
Methoddatetime_format
(self)
tests/utilities/json_schema_type/test_formats.py:22
Methoddatetime_tool
()
tests/server/providers/local_provider_tools/test_local_provider_tools.py:104
Methoddb_lifespan
(app: Any)
tests/server/test_server_lifespan.py:380
Methoddeactivate
(ctx: Context)
tests/server/test_session_visibility.py:429
Functiondeactivate_all
Deactivate all namespaces, returning to defaults.
examples/namespace_activation/server.py:62
Methoddeactivate_internal
(ctx: Context)
tests/server/test_session_visibility.py:87
Methoddecorate_and_register
( fn: AnyFunction, prompt_name: str | None )
fastmcp_slim/fastmcp/server/providers/local_provider/decorators/prompts.py:169
Methoddecorate_and_register
( fn: AnyFunction, tool_name: str | None )
fastmcp_slim/fastmcp/server/providers/local_provider/decorators/tools.py:310
Methoddecorated_template
(ctx: Context, item_id: int)
tests/resources/test_resource_template.py:736
Methoddecorated_tool
(ctx: Context, query: str)
tests/server/providers/local_provider_tools/test_context.py:153
Functiondecorator
(func: Callable[..., Any])
fastmcp_slim/fastmcp/contrib/mcp_mixin/mcp_mixin.py:85
Functiondecorator
(fn: F)
fastmcp_slim/fastmcp/resources/function_resource.py:342
Functiondecorator
(fn: F)
fastmcp_slim/fastmcp/apps/app.py:133
Functiondecorator
(fn)
examples/custom_tool_serializer_decorator.py:22
Methoddecorator
( func: Callable[ [AnyUrl], Awaitable[mcp.types.ReadResourceResult
fastmcp_slim/fastmcp/server/low_level.py:294
Methoddecorator
( fn: Callable[[Request], Awaitable[Response]], )
fastmcp_slim/fastmcp/server/mixins/transport.py:166
Methoddecorator
(fn: AnyFunction)
fastmcp_slim/fastmcp/server/providers/local_provider/decorators/resources.py:171
Methoddeep_tool
()
tests/server/mount/test_advanced.py:364
Methoddeep_tool
()
tests/server/tasks/test_task_mount.py:515
Methoddeep_whoami
(server: CurrentFastMCP = CurrentFastMCP())
tests/server/tasks/test_task_mount.py:402
← previousnext →2,501–2,600 of 10,524, ranked by callers