MCPcopy
hub / github.com/ZToolsCenter/ZTools / McpServerConfig

Interface McpServerConfig

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

* MCP 服务持久化配置。

Source from the content-addressed store, hash-verified

8 * MCP 服务持久化配置。
9 */
10interface McpServerConfig {
11 enabled: boolean
12 port: number
13 apiKey: string
14}
15
16/**
17 * MCP 当前使用的 JSON-RPC 请求结构。

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected