Files
manual_slop/mcp_paths.toml
T
ed f58599a774 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
2026-05-10 16:03:17 -04:00

5 lines
59 B
TOML

[allowed_paths]
extra_dirs = [
"C:/projects/gencpp",
]