-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.toml
More file actions
25 lines (21 loc) · 914 Bytes
/
Copy pathextension.toml
File metadata and controls
25 lines (21 loc) · 914 Bytes
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
id = "mscodebase-intelligence"
name = "MSCodeBase Intelligence"
version = "2.7.1"
schema_version = 1
description = "Semantic codebase intelligence with Multi-Bucket RAG, contextual retrieval, and system profiles"
repository = "https://github.com/ManSio/mscodebase-intelligence"
authors = ["ManSio <mansio0602@gmail.com>"]
themes = []
icon_themes = []
languages = []
capabilities = ["context_servers"]
[grammars]
[language_servers]
# MCP Context Server — регистрируем здесь, а не в settings.json.
# Установка из marketplace → один клик, без ручной настройки.
# Перед первым запуском: python install.py (создаёт venv + скачивает модели).
[context_servers.mscodebase-intelligence]
command = "venv\\Scripts\\python.exe"
args = ["-u", "run_mcp.py"]
env = {"PROJECT_PATH" = "$ZED_WORKTREE_ROOT"}
[slash_commands]