[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:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,6 +5,12 @@ All notable changes to the compounding-engineering plugin will be documented in
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [2.2.0] - 2024-11-24
|
||||
|
||||
### Added
|
||||
|
||||
- **Context7 MCP Server** - Bundled Context7 for instant framework documentation lookup. Provides up-to-date docs for Rails, React, Next.js, and 100+ other frameworks.
|
||||
|
||||
## [2.1.0] - 2024-11-24
|
||||
|
||||
### Added
|
||||
|
||||
@@ -9,7 +9,7 @@ AI-powered development tools that get smarter with every use. Make each unit of
|
||||
| Agents | 24 |
|
||||
| Commands | 15 |
|
||||
| Skills | 11 |
|
||||
| MCP Servers | 1 |
|
||||
| MCP Servers | 2 |
|
||||
|
||||
## Agents
|
||||
|
||||
@@ -136,8 +136,11 @@ Access via `/workflows:command`:
|
||||
| Server | Description |
|
||||
|--------|-------------|
|
||||
| `playwright` | Browser automation via `@playwright/mcp` |
|
||||
| `context7` | Framework documentation lookup via Context7 |
|
||||
|
||||
**Playwright tools provided:**
|
||||
### Playwright
|
||||
|
||||
**Tools provided:**
|
||||
- `browser_navigate` - Navigate to URLs
|
||||
- `browser_take_screenshot` - Take screenshots
|
||||
- `browser_click` - Click elements
|
||||
@@ -145,6 +148,14 @@ Access via `/workflows:command`:
|
||||
- `browser_snapshot` - Get accessibility snapshot
|
||||
- `browser_evaluate` - Execute JavaScript
|
||||
|
||||
### Context7
|
||||
|
||||
**Tools provided:**
|
||||
- `resolve-library-id` - Find library ID for a framework/package
|
||||
- `get-library-docs` - Get documentation for a specific library
|
||||
|
||||
Supports 100+ frameworks including Rails, React, Next.js, Vue, Django, Laravel, and more.
|
||||
|
||||
MCP servers start automatically when the plugin is enabled.
|
||||
|
||||
## Installation
|
||||
|
||||
Reference in New Issue
Block a user