c0b81713| 1 | # Локальные настройки agent-notes-mcp 2.1 (schema file version = 1). |
| 2 | # SSOT для publish: копируется в D:\agent-notes-mcp\agent-notes-mcp.toml (см. publish-and-deploy.ps1). |
| 3 | # Cursor mcp.json: |
| 4 | # "args": ["--config", "D:/agent-notes-mcp/agent-notes-mcp.toml"], "env": {} |
| 5 | |
| 6 | version = 1 |
| 7 | |
| 8 | [knowledge] |
| 9 | primary = "personal" |
| 10 | |
| 11 | [knowledge.roots] |
| 12 | personal = "D:/Experiments/agent-notes" |
| 13 | # org = "D:/clones/AI-Guiders/kb" |
| 14 | |
| 15 | # Read-only group-kb (ADR 015, chmod g): read_knowledge_file(..., knowledge_root_id: "group") |
| 16 | # Smoke: knowledge/work/local/multi-root-group-smoke-v1.md |
| 17 | [[knowledge.read_only]] |
| 18 | id = "group" |
| 19 | path = "D:/Experiments/PersonalCursorFolder/Financial/software/open/group-kb" |
| 20 | # Clone test (same commit as group-kb): uncomment and restart MCP |
| 21 | # path = "D:/Experiments/PersonalCursorFolder/Financial/software/open/group-kb-clone" |
| 22 | |
| 23 | [workspace] |
| 24 | default_scope = "mixed" |
| 25 | scope_map = "work/local/workspace-scope-map-v1.md" |
| 26 | scope_aliases = "work/local/scope-alias-map-v1.md" |
| 27 | |
| 28 | [status] |
| 29 | enabled = true |
| 30 | port = 17341 |
| 31 | bind = "127.0.0.1" |
| 32 | |
| 33 | [status.preview] |
| 34 | workspace = "D:/Experiments/PersonalCursorFolder" |
| 35 | |
View only · write via MCP/CIDE