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

Function description

src/tools/ConfigTool/ConfigTool.ts:71–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 searchHint: 'get or set Claude Code settings (theme, model)',
70 maxResultSizeChars: 100_000,
71 async description() {
72 return DESCRIPTION
73 },
74 async prompt() {
75 return generatePrompt()
76 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected