Skip to main content
View the source code for this module on GitHub: https://github.com/mcp-use/mcp-use/blob/main/mcp_use/connectors/utils.py

is_stdio_server

function is_stdio_server

Check if the server configuration is for a stdio server.
from mcp_use.connectors.utils import is_stdio_server
Parameters
server_config
dict[str, Any]
required
The server configuration section
Returns
returns
bool
True if the server is a stdio server, False otherwise
Signature
def is_stdio_server(server_config: dict[str, Any]):
I