diff --git a/src/agents/mcp/server.py b/src/agents/mcp/server.py index 8d3bdd752a..7ce6bbb15b 100644 --- a/src/agents/mcp/server.py +++ b/src/agents/mcp/server.py @@ -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.""" @@ -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."""