Skip to content

Commit 7ab231a

Browse files
committed
Fix typing
1 parent cfd050f commit 7ab231a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mcp/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
from mcp.types import (
1010
CallToolResult,
1111
GetPromptResult,
12-
InitializeResult,
1312
ListPromptsResult,
1413
ListResourcesResult,
1514
ListResourceTemplatesResult,
1615
ReadResourceResult,
16+
TextContent
1717
)
1818

1919
from agents.mcp import MCPServer

0 commit comments

Comments
 (0)