Skip to content

Commit 58baba7

Browse files
chore: add owner to transport expansion TODO
1 parent 5a80433 commit 58baba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/client/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def add(a: int, b: int) -> int:
4242
async with Client(server) as client:
4343
result = await client.call_tool("add", {"a": 1, "b": 2})
4444
45-
TODO: Expand to support all transport types (like FastMCP 2):
45+
TODO(felixweinberger): Expand to support all transport types (like FastMCP 2):
4646
- Add ClientTransport base class with connect_session() method
4747
- Add StreamableHttpTransport, SSETransport, StdioTransport
4848
- Add infer_transport() to auto-detect transport from input type

0 commit comments

Comments
 (0)