From a1cc81ce33ee1b0d902c9cbf9e809445219ec983 Mon Sep 17 00:00:00 2001 From: Kieran Klaassen Date: Mon, 24 Nov 2025 14:04:12 -0800 Subject: [PATCH] [2.2.0] Add Context7 MCP server for framework documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- .../.claude-plugin/plugin.json | 8 ++++++-- plugins/compounding-engineering/CHANGELOG.md | 6 ++++++ plugins/compounding-engineering/README.md | 15 +++++++++++++-- 3 files changed, 25 insertions(+), 4 deletions(-) diff --git a/plugins/compounding-engineering/.claude-plugin/plugin.json b/plugins/compounding-engineering/.claude-plugin/plugin.json index 3369bbb..237b855 100644 --- a/plugins/compounding-engineering/.claude-plugin/plugin.json +++ b/plugins/compounding-engineering/.claude-plugin/plugin.json @@ -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" } } } diff --git a/plugins/compounding-engineering/CHANGELOG.md b/plugins/compounding-engineering/CHANGELOG.md index 7736bc1..f1d0b9e 100644 --- a/plugins/compounding-engineering/CHANGELOG.md +++ b/plugins/compounding-engineering/CHANGELOG.md @@ -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 diff --git a/plugins/compounding-engineering/README.md b/plugins/compounding-engineering/README.md index 959bd70..333d047 100644 --- a/plugins/compounding-engineering/README.md +++ b/plugins/compounding-engineering/README.md @@ -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