Commit e9a48d7
committed
refactor(fork): drop sep-2243-draft feature, document Claude-CLI-reality posture
Applies the workspace's Claude-CLI-reality filter to the fork:
- Delete `sep-2243-draft` feature + `crates/rmcp/src/sep2243_draft.rs`
scaffold entirely. The SEP is still draft, the fork's implementation was
a scaffold only (no transport plumbing), and Claude CLI does not emit or
honour the `Mcp-Method` / `Mcp-Name` headers or the `x-mcp-header`
tool-param promotion. No consumer, no reason to keep.
- Remove `sep-2243-draft` from `crates/rmcp/Cargo.toml` features list and
docs.rs metadata.
- Fix `docs.anthropic.com` → `docs.claude.com` in the `anthropic_ext`
module doc.
- Extend `ROADMAP.md` with a fork-specific changes section documenting:
* What `anthropic-ext` adds (channel + permission relay +
maxResultSizeChars + structured-with-text-fallback + 2KB lint).
* What was deleted (sep-2243-draft).
* What was proposed and rejected (notify_tasks_status, search_tools
helper, runtime toolset gating) — all lack a Claude-CLI consumer.
* What's under consideration (#[resource] macros, Origin-header
validation).
cargo check --all-features + the anthropic-ext feature set both pass.1 parent 523c9a6 commit e9a48d7
4 files changed
Lines changed: 53 additions & 253 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
126 | 125 | | |
127 | 126 | | |
128 | 127 | | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | 128 | | |
136 | 129 | | |
137 | 130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 15 | | |
20 | 16 | | |
21 | 17 | | |
| |||
This file was deleted.
0 commit comments