View the source code for this module on GitHub: https://github.com/mcp-use/mcp-use/blob/main/libraries/python/mcp_use/client/task_managers/stdio.py
StdIO connection management for MCP implementations API Documentation
from mcp_use.client.task_managers.stdio import StdioConnectionManager
method initSignatureThe parameters for the stdio serverThe error log stream
def __init__(server_params: mcp.client.stdio.StdioServerParameters, errlog: TextIO = <_io.TextIOWrapper name='<stderr>' mode='w' encoding='utf-8'>):
Was this page helpful?