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
Connectors
Utils
Utils API Documentation
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Utils API Documentation
function is_stdio_serverfrom mcp_use.client.connectors.utils import is_stdio_server
Returnsdict[str, Any]requiredThe server configuration section
SignatureboolTrue if the server is a stdio server, False otherwise
def is_stdio_server(server_config: dict[str, Any]):
Was this page helpful?