MCPcopy Create free account
hub / github.com/MicrosoftDocs/mcp / listTools

Method listTools

cli/src/mcp/client.ts:39–39  ·  view source on GitHub ↗
(params?: { cursor?: string })

Source from the content-addressed store, hash-verified

37interface SdkClientLike {
38 connect(transport: unknown): Promise<void>;
39 listTools(params?: { cursor?: string }): Promise<ListToolsResult>;
40 callTool(params: { name: string; arguments: Record<string, unknown> }): Promise<ToolCallResult>;
41}
42

Callers 1

listAllToolsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected