Commit 167c4f1
fix(claude): track claude-plugin/.mcp.json so the embed compiles from a clean checkout
.gitignore ignores .mcp.json globally with a negation only for
codex-plugin; claude-plugin/.mcp.json was therefore untracked, so
include_str!("../../claude-plugin/.mcp.json") in src/agents/claude.rs
failed to compile on a fresh clone (CI). Add the negation and commit
the file (byte-identical to codex-plugin/.mcp.json).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 5d065c7 commit 167c4f1
2 files changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments