feat(mcp): add mcp_paths.toml for multi-project access

- Add mcp_paths.toml with extra_dirs for C:/projects/gencpp
- Update mcp_server.py to read allowed_paths from mcp_paths.toml
This commit is contained in:
2026-05-10 16:03:17 -04:00
parent 581da1cc56
commit f58599a774
2 changed files with 15 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
[allowed_paths]
extra_dirs = [
"C:/projects/gencpp",
]