Commit 58b1ba3
docs(README): clarify MCP namespace ownership + bump 0.17.1
The MCP wire-through section previously stated tools are namespaced
\`mcp__<server>__<tool>\` without attribution, leaving readers to assume
the SDK owns the convention. Verified against the installed SDK 0.1.79:
the SDK never constructs or rewrites that prefix; it passes allowed_tools
through verbatim to the Claude CLI subprocess, which is what exposes MCP
tools under that namespace and pattern-matches against it.
Tightened the paragraph to attribute the convention to the CLI explicitly,
with the SDK described as the transport. Mnemara "conforms rather than
defines" — accurate framing for the main codepath (gemma defines its own
namespace because it dispatches MCP itself).
Docs-only; no source changes. Patch bump syncs PyPI to github.
Co-Authored-By: Claude Aethon Autopoiesis 1.3.3.7 <noreply@anthropic.com>1 parent 2b32f3f commit 58b1ba3
3 files changed
Lines changed: 10 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
608 | 608 | | |
609 | 609 | | |
610 | 610 | | |
611 | | - | |
612 | | - | |
613 | | - | |
614 | | - | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
615 | 619 | | |
616 | 620 | | |
617 | 621 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
0 commit comments