|
6 | 6 | "description": "Manage Trigger.dev background jobs and workflows. List tasks, trigger runs, monitor execution, and deploy projects to different environments.", |
7 | 7 | "icon": "https://avatars.githubusercontent.com/u/95297378?v=4", |
8 | 8 | "schema_version": "2.1", |
9 | | - "categories": ["developer-tools", "cloud"], |
10 | | - "tags": ["trigger", "background-jobs", "workflows", "tasks", "deployment", "automation"], |
11 | | - |
| 9 | + "categories": [ |
| 10 | + "developer-tools", |
| 11 | + "cloud" |
| 12 | + ], |
| 13 | + "tags": [ |
| 14 | + "trigger", |
| 15 | + "background-jobs", |
| 16 | + "workflows", |
| 17 | + "tasks", |
| 18 | + "deployment", |
| 19 | + "automation" |
| 20 | + ], |
12 | 21 | "transport": { |
13 | 22 | "type": "stdio", |
14 | 23 | "command": "npx", |
15 | | - "args": ["-y", "trigger.dev@latest", "mcp"], |
| 24 | + "args": [ |
| 25 | + "-y", |
| 26 | + "trigger.dev@latest", |
| 27 | + "mcp" |
| 28 | + ], |
16 | 29 | "env": { |
17 | 30 | "TRIGGER_SECRET_KEY": "${input:TRIGGER_SECRET_KEY}" |
18 | 31 | }, |
|
22 | 35 | "id": "TRIGGER_SECRET_KEY", |
23 | 36 | "label": "Trigger.dev Secret Key", |
24 | 37 | "description": "Secret key for your Trigger.dev project. Optional if using CLI login instead.", |
25 | | - "type": "password", |
| 38 | + "type": "text", |
26 | 39 | "required": false, |
27 | 40 | "secret": true, |
28 | 41 | "placeholder": "tr_dev_xxxxxxxxxxxxxxxx", |
|
35 | 48 | ] |
36 | 49 | } |
37 | 50 | }, |
38 | | - |
39 | 51 | "auth": { |
40 | 52 | "type": "optional_api_key", |
41 | 53 | "instructions": "Authenticate via Trigger.dev CLI login or provide a TRIGGER_SECRET_KEY. The search_docs tool works without authentication." |
42 | 54 | }, |
43 | | - |
44 | 55 | "contributor": { |
45 | 56 | "name": "Trigger.dev", |
46 | 57 | "github": "triggerdotdev", |
47 | 58 | "url": "https://trigger.dev" |
48 | 59 | }, |
49 | | - |
50 | 60 | "links": { |
51 | 61 | "repository": "https://github.com/triggerdotdev/trigger.dev", |
52 | 62 | "homepage": "https://trigger.dev", |
53 | 63 | "documentation": "https://trigger.dev/docs/mcp-introduction" |
54 | 64 | }, |
55 | | - |
56 | | - "platforms": ["all"], |
57 | | - |
| 65 | + "platforms": [ |
| 66 | + "all" |
| 67 | + ], |
58 | 68 | "capabilities": { |
59 | 69 | "tools": true, |
60 | 70 | "resources": false, |
|
0 commit comments