mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-24 06:24:18 +02:00
This introduces an `exclude_args` parameter to omit specified arguments (such as `state`, `memory`, etc.). It will exclude the mentioned args from the schema sent to the LLM and still allow them to be passed when the tool is called. This doesn't come with the MCP protocol but can be useful in many use cases. |
||
|---|---|---|
| .. | ||
| http | ||
| openapi | ||
| __init__.py | ||
| test_app_state.py | ||
| test_auth_integration.py | ||
| test_context.py | ||
| test_file_server.py | ||
| test_import_server.py | ||
| test_lifespan.py | ||
| test_logging.py | ||
| test_mount.py | ||
| test_proxy.py | ||
| test_resource_prefix_formats.py | ||
| test_run_server.py | ||
| test_server.py | ||
| test_server_interactions.py | ||
| test_tool_annotations.py | ||
| test_tool_exclude_args.py | ||