Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/agents/mcp/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@ def name(self) -> str:


class MCPServerSseParams(TypedDict):
"""Mirrors the params in`mcp.client.sse.sse_client`."""
"""Mirrors the params in `mcp.client.sse.sse_client`."""

url: str
"""The URL of the server."""
Expand Down Expand Up @@ -1309,7 +1309,7 @@ def name(self) -> str:


class MCPServerStreamableHttpParams(TypedDict):
"""Mirrors the params in`mcp.client.streamable_http.streamablehttp_client`."""
"""Mirrors the params in `mcp.client.streamable_http.streamablehttp_client`."""

url: str
"""The URL of the server."""
Expand Down
Loading