Skip to content

Commit bd844f3

Browse files
committed
Updating tests
1 parent b8a6efb commit bd844f3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pydantic_ai_slim/pydantic_ai/builtin_tools.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ class MCPServerTool(AbstractBuiltinTool):
243243
Supported by:
244244
245245
* OpenAI Responses
246-
* Anthropic
247246
"""
248247

249248
kind: str = 'mcp_server'
@@ -273,9 +272,4 @@ class MCPServerTool(AbstractBuiltinTool):
273272
"""
274273

275274
connector_id: str | None = None
276-
"""The ID of the connector to use.
277-
278-
Supported by:
279-
280-
* OpenAI Responses
281-
"""
275+
"""The ID of the connector to use."""

0 commit comments

Comments
 (0)