MCPcopy
hub / github.com/coder/mux / stdioConfig

Function stdioConfig

src/node/services/mcpServerManager.test.ts:43–45  ·  view source on GitHub ↗
(command: string, disabled = false)

Source from the content-addressed store, hash-verified

41}
42
43function stdioConfig(command: string, disabled = false) {
44 return { transport: "stdio" as const, command, disabled };
45}
46
47function testTool(result: unknown = { ok: true }): Tool {
48 return { execute: mock(() => Promise.resolve(result)) } as unknown as Tool;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected