-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yaml
More file actions
35 lines (33 loc) · 994 Bytes
/
action.yaml
File metadata and controls
35 lines (33 loc) · 994 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: "Nitro MCP Validate"
description: "Validates MCP feature collections against the Nitro registry"
author: "ChilliCream"
branding:
icon: "check-circle"
color: "red"
inputs:
stage:
description: "The name of the stage"
required: true
mcp-feature-collection-id:
description: "The ID of the MCP Feature Collection"
required: true
api-key:
description: "API key for authentication"
required: true
secret: true
prompt-patterns:
description: "One or more file patterns to locate MCP prompt definition files (*.json)"
required: false
tool-patterns:
description: "One or more file patterns to locate MCP tool definition files (*.graphql)"
required: false
cloud-url:
description: "The URL of the Nitro registry"
required: false
comment-mode:
description: "Controls pull request feedback on validation failure: comment, review, or none"
required: false
default: "none"
runs:
using: "node24"
main: "dist/index.js"