mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-20 20:44:17 +02:00
Add enabled field to ToolTransformConfig (#2991)
This commit is contained in:
parent
b77484e1a7
commit
c1f50e49be
4 changed files with 198 additions and 2 deletions
|
|
@ -93,6 +93,7 @@ Both mechanisms support the same modifications.
|
|||
| `tags` | Set of tags for categorization |
|
||||
| `annotations` | MCP ToolAnnotations |
|
||||
| `meta` | Custom metadata dictionary |
|
||||
| `enabled` | Whether the tool is visible to clients (default `True`) |
|
||||
|
||||
**Argument-level options** (via `ArgTransform` or `ArgTransformConfig`):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue