ccusage / mcp / startMcpServerStdio
Function: startMcpServerStdio()
ts
function startMcpServerStdio(server): Promise<void>;Start the MCP server with stdio transport. Used for traditional MCP client connections via standard input/output.
Parameters
| Parameter | Type | Description |
|---|---|---|
server | McpServer | The MCP server instance to start |
Returns
Promise<void>