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:
@@ -0,0 +1,4 @@
|
||||
[allowed_paths]
|
||||
extra_dirs = [
|
||||
"C:/projects/gencpp",
|
||||
]
|
||||
Reference in New Issue
Block a user