Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
29
export
interface
McpToolBundle {
30
tools: ToolSet;
31
errors: string[];
32
close(): Promise<void>;
33
}
34
35
export
async
function
buildMcpToolSet(servers: McpServerConfig[]): Promise<McpToolBundle> {
36
const
tools: ToolSet = {};
Callers
1
close
Function · 0.65
Implementers
2
BunSqliteDatabase
src/storage/db.ts
FakeDatabase
src/storage/migrations.test.ts
Calls
no outgoing calls
Tested by
no test coverage detected