File tree Expand file tree Collapse file tree
integrations/mcp/src/haystack_integrations/tools/mcp Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -665,7 +665,7 @@ class SSEServerInfo(MCPServerInfo):
665665
666666 :param url: Full URL of the MCP server (including /sse endpoint)
667667 :param base_url: Base URL of the MCP server (deprecated, use url instead)
668- :param token: Authentication token for the server (optional, generates "Authorization: Bearer { token} " header)
668+ :param token: Authentication token for the server (optional, generates "Authorization: Bearer < token> " header)
669669 :param headers: Custom HTTP headers (optional, takes precedence over token parameter if provided)
670670 :param timeout: Connection timeout in seconds
671671 """
@@ -752,7 +752,7 @@ class StreamableHttpServerInfo(MCPServerInfo):
752752 ```
753753
754754 :param url: Full URL of the MCP server (streamable HTTP endpoint)
755- :param token: Authentication token for the server (optional, generates "Authorization: Bearer { token} " header)
755+ :param token: Authentication token for the server (optional, generates "Authorization: Bearer < token> " header)
756756 :param headers: Custom HTTP headers (optional, takes precedence over token parameter if provided)
757757 :param timeout: Connection timeout in seconds
758758 """
You can’t perform that action at this time.
0 commit comments