|
1 | 1 | { |
2 | | - "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", |
3 | | - "name": "io.github.cranot/roam-code", |
4 | | - "description": "Instant codebase comprehension for AI coding agents. Pre-indexes symbols, call graphs, dependencies, architecture layers, and git history into a local SQLite DB. 101 MCP tools, 10 resources, 5 prompts. 26 languages. 100% local, zero API keys.", |
5 | | - "version": "11.1.2", |
6 | | - "packages": [ |
7 | | - { |
8 | | - "registry_name": "pypi", |
9 | | - "name": "roam-code", |
10 | | - "version": "11.1.2", |
11 | | - "runtime": "python", |
12 | | - "runtime_arguments": [], |
13 | | - "environment_variables": [ |
| 2 | + "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", |
| 3 | + "name": "io.github.cranot/roam-code", |
| 4 | + "description": "Instant codebase comprehension for AI coding agents. Pre-indexes symbols, call graphs, dependencies, architecture layers, and git history into a local SQLite DB. 101 MCP tools, 10 resources, 5 prompts. 26 languages. 100% local, zero API keys.", |
| 5 | + "version": "11.1.2", |
| 6 | + "packages": [ |
14 | 7 | { |
15 | | - "name": "ROAM_MCP_PRESET", |
16 | | - "description": "Tool preset: core (23 tools, default), full (101 tools), review, refactor, debug, architecture", |
17 | | - "required": false, |
18 | | - "default": "core" |
| 8 | + "registry_name": "pypi", |
| 9 | + "name": "roam-code", |
| 10 | + "version": "11.1.2", |
| 11 | + "runtime": "python", |
| 12 | + "runtime_arguments": [], |
| 13 | + "environment_variables": [ |
| 14 | + { |
| 15 | + "name": "ROAM_MCP_PRESET", |
| 16 | + "description": "Tool preset: core (23 tools, default), full (101 tools), review, refactor, debug, architecture", |
| 17 | + "required": false, |
| 18 | + "default": "core", |
| 19 | + } |
| 20 | + ], |
19 | 21 | } |
20 | | - ] |
21 | | - } |
22 | | - ], |
23 | | - "tools": { |
24 | | - "count": 101 |
25 | | - }, |
26 | | - "resources": { |
27 | | - "count": 10 |
28 | | - }, |
29 | | - "prompts": { |
30 | | - "count": 5 |
31 | | - }, |
32 | | - "remotes": [], |
33 | | - "repository": { |
34 | | - "url": "https://github.com/Cranot/roam-code", |
35 | | - "source": "github" |
36 | | - }, |
37 | | - "websiteUrl": "https://cranot.github.io/roam-code/", |
38 | | - "license": "MIT" |
| 22 | + ], |
| 23 | + "tools": {"count": 101}, |
| 24 | + "resources": {"count": 10}, |
| 25 | + "prompts": {"count": 5}, |
| 26 | + "remotes": [], |
| 27 | + "repository": {"url": "https://github.com/Cranot/roam-code", "source": "github"}, |
| 28 | + "websiteUrl": "https://cranot.github.io/roam-code/", |
| 29 | + "license": "MIT", |
39 | 30 | } |
0 commit comments