File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
src/seclab_taskflow_agent/toolboxes Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ server_params:
1717 GH_NO_UPDATE_NOTIFIER : " Disable"
1818 GH_NO_EXTENSION_UPDATE_NOTIFIER : " Disable"
1919 CODEQL_CLI : " {{ env CODEQL_CLI }}"
20+ LOG_DIR : " {{ env LOG_DIR }}"
2021server_prompt : |
2122 ## CodeQL Supported Programming Languages
2223
Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ server_params:
1212 args : ["-m", "seclab_taskflow_agent.mcp_servers.echo.echo"]
1313 env :
1414 TEST : value
15+ LOG_DIR : " {{ env LOG_DIR }}"
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ server_params:
1111 args : ["-m", "seclab_taskflow_agent.mcp_servers.logbook.logbook"]
1212 env :
1313 LOGBOOK_STATE_DIR : " {{ env LOGBOOK_STATE_DIR }}"
14+ LOG_DIR : " {{ env LOG_DIR }}"
1415# the list of tools that you want the framework to confirm with the user before executing
1516# use this to guard rail any potentially dangerous functions from MCP servers
1617confirm :
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ server_params:
1212 env :
1313 MEMCACHE_STATE_DIR : " {{ env MEMCACHE_STATE_DIR }}"
1414 MEMCACHE_BACKEND : " {{ env MEMCACHE_BACKEND }}"
15+ LOG_DIR : " {{ env LOG_DIR }}"
1516# the list of tools that you want the framework to confirm with the user before executing
1617# use this to guard rail any potentially dangerous functions from MCP servers
1718confirm :
You can’t perform that action at this time.
0 commit comments