MCPcopy
hub / github.com/claude-code-best/claude-code / getMagicDocsAgent

Function getMagicDocsAgent

src/services/MagicDocs/magicDocs.ts:99–109  ·  view source on GitHub ↗

* Create Magic Docs agent definition

()

Source from the content-addressed store, hash-verified

97 * Create Magic Docs agent definition
98 */
99function getMagicDocsAgent(): BuiltInAgentDefinition {
100 return {
101 agentType: 'magic-docs',
102 whenToUse: 'Update Magic Docs',
103 tools: [FILE_EDIT_TOOL_NAME], // Only allow Edit
104 model: 'sonnet',
105 source: 'built-in',
106 baseDir: 'built-in',
107 getSystemPrompt: () => '', // Will use override systemPrompt
108 }
109}
110
111/**
112 * Update a single Magic Doc

Callers 1

updateMagicDocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected