MCPcopy Create free account
hub / github.com/echoVic/blade-code / sendErrorToStdio

Method sendErrorToStdio

src/mcp/server/MCPServer.ts:448–450  ·  view source on GitHub ↗

* 发送错误到 Stdio

(code: number, message: string, data?: any)

Source from the content-addressed store, hash-verified

446 * 发送错误到 Stdio
447 */
448 private sendErrorToStdio(code: number, message: string, data?: any): void {
449 this.sendError('stdio', code, message, data);
450 }
451}

Callers 1

handleStdioConnectionMethod · 0.95

Calls 1

sendErrorMethod · 0.95

Tested by

no test coverage detected