mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +08:00
feat(commands): add /docs; feat(mcp-configs): document Context7 (#530)
* feat(commands): add /docs; feat(agents): add docs-lookup; feat(mcp-configs): document Context7; docs: add MCP subsection to CONTRIBUTING Made-with: Cursor * fix: address PR review — use Context7 MCP tool names in docs-lookup agent; CONTRIBUTING Agent Fields + MCP wording; mcp-config description; /docs quoted example; treat fetched docs as untrusted Made-with: Cursor * docs-lookup: note that harness may expose Context7 tools under prefixed names Made-with: Cursor * docs-lookup: examples use prefixed tool names (mcp__context7__*) for resolution Made-with: Cursor
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
"context7": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "@upstash/context7-mcp@latest"],
|
||||
"description": "Live documentation lookup"
|
||||
"description": "Live documentation lookup — use with /docs command and documentation-lookup skill (resolve-library-id, query-docs)."
|
||||
},
|
||||
"magic": {
|
||||
"command": "npx",
|
||||
|
||||
Reference in New Issue
Block a user