[2.6.0] Remove feedback-codifier agent, update docs theme and style
- Remove feedback-codifier agent from workflow agents (24 → 23 agents) - Update all component counts across plugin.json, README, and docs site - Update docs CSS theme (hue: 243, saturation: 1, contrast: 0.71) - Apply Every style guide fixes (number formatting: "2" → "two", etc.) - Add v2.6.0 changelog entry to docs site 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>MCP Servers Reference - Compounding Engineering</title>
|
||||
<meta content="Complete reference for the 2 MCP servers in the Compounding Engineering plugin." name="description" />
|
||||
<meta content="Complete reference for the two MCP servers in the Compounding Engineering plugin." name="description" />
|
||||
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
||||
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" />
|
||||
@@ -33,10 +33,10 @@
|
||||
<div class="nav-section">
|
||||
<h3>Reference</h3>
|
||||
<ul>
|
||||
<li><a href="agents.html">Agents (24)</a></li>
|
||||
<li><a href="agents.html">Agents (23)</a></li>
|
||||
<li><a href="commands.html">Commands (13)</a></li>
|
||||
<li><a href="skills.html">Skills (11)</a></li>
|
||||
<li><a href="mcp-servers.html" class="active">MCP Servers (2)</a></li>
|
||||
<li><a href="mcp-servers.html" class="active">MCP Servers (two)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="nav-section">
|
||||
@@ -75,7 +75,7 @@
|
||||
<p class="lead">
|
||||
Model Context Protocol (MCP) servers extend Claude Code's capabilities with
|
||||
browser automation and framework documentation lookup. The plugin bundles
|
||||
2 MCP servers that start automatically when enabled.
|
||||
two MCP servers that start automatically when enabled.
|
||||
</p>
|
||||
|
||||
<div class="callout callout-warning">
|
||||
@@ -171,7 +171,7 @@
|
||||
<h2><i class="fa-solid fa-book-open"></i> Context7</h2>
|
||||
<p>
|
||||
Framework documentation lookup via Context7 MCP. Provides access to
|
||||
documentation for 100+ frameworks and libraries.
|
||||
documentation for more than 100 frameworks and libraries.
|
||||
</p>
|
||||
|
||||
<h3>Tools Provided</h3>
|
||||
@@ -195,7 +195,7 @@
|
||||
</table>
|
||||
|
||||
<h3>Supported Frameworks</h3>
|
||||
<p>Context7 supports 100+ frameworks including:</p>
|
||||
<p>Context7 supports more than 100 frameworks including:</p>
|
||||
<div class="framework-grid">
|
||||
<div class="framework-category">
|
||||
<h4>Backend</h4>
|
||||
|
||||
Reference in New Issue
Block a user