We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d012ac6 commit 757e221Copy full SHA for 757e221
1 file changed
src/mcpadapt/core.py
@@ -150,7 +150,7 @@ def __init__(
150
151
Args:
152
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.
+ MCP server parameters (stdio or sse). Can be a list if you want to connect multiple MCPs at once.
154
adapter (ToolAdapter): Adapter to use to convert MCP tools call into agentic framework tools.
155
connect_timeout (int): Connection timeout in seconds to the mcp server (default is 30s).
156
0 commit comments