MCPcopy Create free account
hub / github.com/ZToolsCenter/ZTools /

Class

src/main/core/mcpServer.ts:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 * 用于把内部路由错误映射为标准 JSON-RPC error。
42 */
43class McpProtocolError extends Error {
44 constructor(
45 public readonly code: number,
46 message: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected