f58599a774
- Add mcp_paths.toml with extra_dirs for C:/projects/gencpp - Update mcp_server.py to read allowed_paths from mcp_paths.toml
5 lines
59 B
TOML
5 lines
59 B
TOML
[allowed_paths]
|
|
extra_dirs = [
|
|
"C:/projects/gencpp",
|
|
]
|