Commit 151872d
Add MCP plugin for Claude Code
AgentBreak now works as an MCP server, giving Claude structured tools
for chaos testing instead of shell commands.
- Add agentbreak/mcp_server.py with 11 tools: init, analyze,
generate_config, inspect, validate, start, wire, revert, stop,
scorecard, status
- Add `agentbreak mcp-server` CLI command with lazy import
- Add `[plugin]` optional dependency for mcp>=1.0.0
- Rewrite skill to use MCP tools (420 lines → 90 lines)
- Add plugin and skill docs pages to docs-site
- Update README with plugin install and config
Key safety guarantee: agentbreak_stop auto-reverts .env — the user's
app config is never left pointing at a dead proxy.
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>1 parent 19aafd0 commit 151872d
File tree
8 files changed
+901
-372
lines changed- agentbreak
- docs-site
- docs/getting-started
- skills/agentbreak
8 files changed
+901
-372
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
99 | 114 | | |
100 | 115 | | |
101 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1222 | 1222 | | |
1223 | 1223 | | |
1224 | 1224 | | |
| 1225 | + | |
| 1226 | + | |
| 1227 | + | |
| 1228 | + | |
| 1229 | + | |
| 1230 | + | |
| 1231 | + | |
| 1232 | + | |
| 1233 | + | |
| 1234 | + | |
| 1235 | + | |
| 1236 | + | |
| 1237 | + | |
| 1238 | + | |
1225 | 1239 | | |
1226 | 1240 | | |
1227 | 1241 | | |
| |||
0 commit comments