-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathserver.json
More file actions
37 lines (37 loc) · 1.21 KB
/
Copy pathserver.json
File metadata and controls
37 lines (37 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Regsorm/code-index",
"title": "code-index",
"description": "Rust code index MCP server with native 1C:Enterprise (BSL) support. 25 tools. Static binary.",
"version": "0.11.0",
"repository": {
"url": "https://github.com/Regsorm/code-index-mcp",
"source": "github"
},
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@regsorm/code-index-mcp",
"version": "0.11.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"type": "positional",
"value": "serve",
"description": "Подкоманда запуска MCP-сервера (read-only)."
},
{
"type": "named",
"name": "--path",
"description": "Корневая директория проекта для индексации (формат `alias=dir` или просто `dir`). Можно указать несколько раз.",
"isRequired": true,
"isRepeated": true
}
]
}
]
}