View the source code for this module on GitHub: https://github.com/mcp-use/mcp-use/blob/main/libraries/python/mcp_use/client/connectors/utils.py
Utils API Documentation
function is_stdio_serverfrom mcp_use.client.connectors.utils import is_stdio_server
ReturnsThe server configuration section
SignatureTrue if the server is a stdio server, False otherwise
def is_stdio_server(server_config: dict[str, Any]):
Was this page helpful?