Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mcp-use.com/llms.txt

Use this file to discover all available pages before exploring further.

is_stdio_server

function is_stdio_server

Check if the server configuration is for a stdio server.
from mcp_use.client.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]):