Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/seclab_taskflows/toolboxes/codeql_python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ server_params:
GH_NO_EXTENSION_UPDATE_NOTIFIER: "Disable"
CODEQL_CLI: "{{ env CODEQL_CLI }}"
DATA_DIR: "{{ env DATA_DIR }}"
LOG_DIR: "{{ env LOG_DIR }}"
server_prompt: |
## CodeQL Supported Programming Languages

Expand Down
1 change: 1 addition & 0 deletions src/seclab_taskflows/toolboxes/gh_actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ server_params:
env:
GH_TOKEN: "{{ env GH_TOKEN }}"
ACTIONS_DB_DIR: "{{ env DATA_DIR }}"
LOG_DIR: "{{ env LOG_DIR }}"
1 change: 1 addition & 0 deletions src/seclab_taskflows/toolboxes/gh_code_scanning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ server_params:
GH_TOKEN: "{{ env GH_TOKEN }}"
CODEQL_DBS_BASE_PATH: "{{ env CODEQL_DBS_BASE_PATH }}"
ALERT_RESULTS_DIR: "{{ env DATA_DIR }}"
LOG_DIR: "{{ env LOG_DIR }}"
1 change: 1 addition & 0 deletions src/seclab_taskflows/toolboxes/gh_file_viewer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ server_params:
env:
GH_TOKEN: "{{ env GH_TOKEN }}"
SEARCH_RESULTS_DIR: "{{ env DATA_DIR }}"
LOG_DIR: "{{ env LOG_DIR }}"
1 change: 1 addition & 0 deletions src/seclab_taskflows/toolboxes/ghsa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ server_params:
args: ["-m", "seclab_taskflows.mcp_servers.ghsa"]
env:
GH_TOKEN: "{{ env GH_TOKEN }}"
LOG_DIR: "{{ env LOG_DIR }}"
1 change: 1 addition & 0 deletions src/seclab_taskflows/toolboxes/local_file_viewer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ server_params:
LOCAL_GH_DIR: "{{ env DATA_DIR }}"
LINE_LIMIT_FOR_FETCHING_FILE_CONTENT: "{{ env LINE_LIMIT_FOR_FETCHING_FILE_CONTENT }}"
FILE_LIMIT_FOR_LIST_FILES: "{{ env FILE_LIMIT_FOR_LIST_FILES }}"
LOG_DIR: "{{ env LOG_DIR }}"
1 change: 1 addition & 0 deletions src/seclab_taskflows/toolboxes/local_gh_resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ server_params:
env:
GH_TOKEN: "{{ env GH_TOKEN }}"
LOCAL_GH_DIR: "{{ env DATA_DIR }}"
LOG_DIR: "{{ env LOG_DIR }}"
1 change: 1 addition & 0 deletions src/seclab_taskflows/toolboxes/repo_context.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ server_params:
args: ["-m", "seclab_taskflows.mcp_servers.repo_context"]
env:
REPO_CONTEXT_DIR: "{{ env DATA_DIR }}"
LOG_DIR: "{{ env LOG_DIR }}"
1 change: 1 addition & 0 deletions src/seclab_taskflows/toolboxes/report_alert_state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ server_params:
args: ["-m", "seclab_taskflows.mcp_servers.report_alert_state"]
env:
ALERT_RESULTS_DIR: "{{ env DATA_DIR }}"
LOG_DIR: "{{ env LOG_DIR }}"
# the list of tools that you want the framework to confirm with the user before executing
# use this to guard rail any potentially dangerous functions from MCP servers
confirm:
Expand Down