MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / getRegistry

Function getRegistry

src/tools/registry.ts:467–470  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

465 }
466 }
467
468 isReadOnly(name: string): boolean {
469 return this.tools.get(this.resolveName(name))?.isReadOnly ?? false;
470 }
471
472 list(): Tool<any>[] {
473 return Array.from(this.tools.values());

Callers 3

mcp-server.test.tsFile · 0.85
handleSlashCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected