Skip to content

Commit 7407a23

Browse files
committed
provide LOG_DIR env var to existing MCP servers
1 parent 189004a commit 7407a23

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/seclab_taskflow_agent/toolboxes/codeql.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 }}"
2021
server_prompt: |
2122
## CodeQL Supported Programming Languages
2223

src/seclab_taskflow_agent/toolboxes/echo.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 }}"

src/seclab_taskflow_agent/toolboxes/logbook.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
1617
confirm:

src/seclab_taskflow_agent/toolboxes/memcache.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
1718
confirm:

0 commit comments

Comments
 (0)