Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Utils API Documentation
function
from mcp_use.client.connectors.utils import is_stdio_server
server_configdict[str, Any]required The server configuration section
returnsboolTrue if the server is a stdio server, False otherwise
def is_stdio_server(server_config: dict[str, Any]):
Was this page helpful?