Skip to content

Commit 757e221

Browse files
authored
Update core.py
small typo fix
1 parent d012ac6 commit 757e221

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mcpadapt/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def __init__(
150150
151151
Args:
152152
serverparams (StdioServerParameters | dict[str, Any] | list[StdioServerParameters | dict[str, Any]]):
153-
MCP server parameters (stdio or sse). Can be a list of you want to connect multiple MCPs at once.
153+
MCP server parameters (stdio or sse). Can be a list if you want to connect multiple MCPs at once.
154154
adapter (ToolAdapter): Adapter to use to convert MCP tools call into agentic framework tools.
155155
connect_timeout (int): Connection timeout in seconds to the mcp server (default is 30s).
156156

0 commit comments

Comments
 (0)