This commit is contained in:
Lance Galletti 2025-06-27 11:39:51 +02:00 committed by GitHub
commit 0c871c59bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 160 additions and 0 deletions

View file

@ -161,6 +161,7 @@ class MCPListToolsTool(BaseModel):
input_schema: dict[str, Any]
name: str
description: str | None = None
annotations: dict[str, Any] | None = None
@json_schema_type