Utils API Documentation
function
from mcp_use.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?