MCPcopy
hub / github.com/superagent-ai/grok-cli / McpToolBundle

Interface McpToolBundle

src/mcp/runtime.ts:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29export interface McpToolBundle {
30 tools: ToolSet;
31 errors: string[];
32 close(): Promise<void>;
33}
34
35export async function buildMcpToolSet(servers: McpServerConfig[]): Promise<McpToolBundle> {
36 const tools: ToolSet = {};

Callers 1

closeFunction · 0.65

Implementers 2

BunSqliteDatabasesrc/storage/db.ts
FakeDatabasesrc/storage/migrations.test.ts

Calls

no outgoing calls

Tested by

no test coverage detected