mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 07:09:11 +02:00
Declare run-claude extra allowed tools input (#4740)
Generated with Codex
This commit is contained in:
parent
4f28dceac8
commit
b9b7ea6914
1 changed files with 5 additions and 0 deletions
5
.github/actions/run-claude/action.yml
vendored
5
.github/actions/run-claude/action.yml
vendored
|
|
@ -37,6 +37,11 @@ inputs:
|
|||
required: false
|
||||
default: ""
|
||||
|
||||
extra-allowed-tools:
|
||||
description: "Additional comma-separated tools to append to allowed-tools"
|
||||
required: false
|
||||
default: ""
|
||||
|
||||
model:
|
||||
description: "Model to use for Claude"
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue