Commit 8442f97
docs: scope config mount to .taskorchestrator/ only — not entire project
Previously the advanced config mounted the whole project workspace into the
container, giving the MCP server read access to all source files, .env, etc.
Mount only the .taskorchestrator/ subfolder instead. The container's /project
path contains nothing else, eliminating unnecessary filesystem exposure.
No code change required — AGENT_CONFIG_DIR resolves config.yaml via
.taskorchestrator/ subdirectory convention, so mount path is the fix.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent f8b3e1c commit 8442f97
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
| 133 | + | |
132 | 134 | | |
133 | 135 | | |
134 | 136 | | |
| |||
0 commit comments