Commit 4f046a8
release: v3.14.3 — align MCP wiring with Anthropic-official plugin convention
Single source of truth for MCP config now lives in .mcp.json at the
plugin root, matching the pattern used by every plugin in
claude-plugins-official (linear, figma, github, atlassian).
- .mcp.json: switch from uvx --from neuro-cortex-memory to the plugin-
bundled launcher.py path. Removes the out-of-band PyPI dependency —
marketplace install/upgrade now atomically replaces the MCP server
alongside the slash commands and skills. End-users no longer need
uv installed, and `uv tool upgrade` is no longer part of the update
flow.
- plugin.json: replace inline mcpServers block with "./.mcp.json"
reference, mirroring the atlassian plugin shape. Eliminates the
competing-config bug where two "cortex" servers were registered and
the uvx variant was winning.
- marketplace.json + pyproject.toml: bump to 3.14.3.
No code changes; this is a packaging/install-path correction.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 2ee98f5 commit 4f046a8
4 files changed
Lines changed: 10 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 13 | + | |
24 | 14 | | |
25 | 15 | | |
26 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments