[2.2.0] Add Context7 MCP server for framework documentation

- Bundle Context7 MCP (SSE) for instant docs lookup
- Supports Rails, React, Next.js, Vue, Django, Laravel, and 100+ frameworks
- Tools: resolve-library-id, get-library-docs

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Kieran Klaassen
2025-11-24 14:04:12 -08:00
parent bd4a659f35
commit a1cc81ce33
3 changed files with 25 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "compounding-engineering",
"version": "2.1.0",
"description": "AI-powered development tools. 24 agents (organized by category: review, research, design, workflow, docs), 15 commands, 11 skills, 1 MCP server for code review, research, design, and workflow automation.",
"version": "2.2.0",
"description": "AI-powered development tools. 24 agents, 15 commands, 11 skills, 2 MCP servers for code review, research, design, and workflow automation.",
"author": {
"name": "Kieran Klaassen",
"email": "kieran@every.to",
@@ -29,6 +29,10 @@
"command": "npx",
"args": ["-y", "@playwright/mcp@latest"],
"env": {}
},
"context7": {
"type": "sse",
"url": "https://mcp.context7.com/sse"
}
}
}