Skip to content

Commit 2f095ba

Browse files
committed
Add variable substitution to path arg
1 parent 0cf62c4 commit 2f095ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/agent_template.afm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ tools:
135135
args:
136136
- "-y"
137137
- "@modelcontextprotocol/server-filesystem"
138-
- "/path/to/allowed/directory"
138+
- "${env:ALLOWED_DIRECTORY}"
139139
tool_filter:
140140
deny:
141141
- "write_file"

0 commit comments

Comments
 (0)