MCPcopy Create free account
hub / github.com/codeaashu/claude-code / description

Function description

src/services/mcp/client.ts:1786–1788  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1784 : undefined,
1785 alwaysLoad: tool._meta?.['anthropic/alwaysLoad'] === true,
1786 async description() {
1787 return tool.description ?? ''
1788 },
1789 async prompt() {
1790 const desc = tool.description ?? ''
1791 return desc.length > MAX_MCP_DESCRIPTION_LENGTH

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected