Add enabled field to ToolTransformConfig (#2991)

This commit is contained in:
Jeremiah Lowin 2026-01-22 17:44:38 -05:00 committed by GitHub
commit c1f50e49be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 198 additions and 2 deletions

View file

@ -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`):