gitea-claude workflow test: add penpot tools
This commit is contained in:
@@ -31,6 +31,15 @@ jobs:
|
||||
- name: Run Claude Assistant
|
||||
uses: markwylde/claude-code-gitea-action@gitea
|
||||
with:
|
||||
allowed_tools: |
|
||||
penpot-self-hosted__execute_code
|
||||
penpot-self-hosted__high_level_overview
|
||||
penpot-self-hosted__penpot_api_info
|
||||
penpot-self-hosted__export_shape
|
||||
penpot_self_hosted__execute_code
|
||||
penpot_self_hosted__high_level_overview
|
||||
penpot_self_hosted__penpot_api_info
|
||||
penpot_self_hosted__export_shape
|
||||
gitea_api_url: "https://gitea.inventory-plus-plus.com/api/v1"
|
||||
gitea_token: ${{ secrets.GITEA_TOKEN }} # Use standard workflow token
|
||||
# anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"penpot-self-hosted": {
|
||||
"description": "Set here, even though set globally, so it is also available for the gitea-claude action bot",
|
||||
"type": "http",
|
||||
"url": "https://penpot.inventory-plus-plus.com/mcp/stream?userToken=${PENPOT_MCP_USER_TOKEN}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user