Commit 0fdee06
feat(mcp): rename server to "CODE MCP" + ship project-scoped .mcp.json
The MCP protocol-level server name was returned as "codeiq" via
spring.ai.mcp.server.name. Renamed to "CODE MCP" so clients see a
distinctive identifier separate from the project/CLI name (which
remains "codeiq").
Also commits a project-scoped .mcp.json at the repo root: cloning the
repo and opening it in Claude Code auto-registers the MCP server at
http://localhost:8080/mcp without manual `claude mcp add`. Documented
the user-scope registration command in README for cross-project use.
No backend behavior change. Auth defaults are unchanged
(mode=none + allow_unauthenticated=true since v0.2.0 / PR #112), so
the server remains discoverable on a fresh `codeiq serve`.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f7e792e commit 0fdee06
4 files changed
Lines changed: 24 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
230 | 233 | | |
231 | 234 | | |
232 | 235 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
38 | 50 | | |
39 | 51 | | |
40 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments