|
6 | 6 | "description": "Manage Jira issues, projects, sprints, and boards. Search issues with JQL, create and update tickets, and transition workflows.", |
7 | 7 | "icon": "https://avatars.githubusercontent.com/u/4284487?v=4", |
8 | 8 | "schema_version": "2.1", |
9 | | - "categories": ["productivity", "developer-tools"], |
10 | | - "tags": ["jira", "atlassian", "issues", "project-management", "agile", "sprints"], |
11 | | - |
| 9 | + "categories": [ |
| 10 | + "productivity", |
| 11 | + "developer-tools" |
| 12 | + ], |
| 13 | + "tags": [ |
| 14 | + "jira", |
| 15 | + "atlassian", |
| 16 | + "issues", |
| 17 | + "project-management", |
| 18 | + "agile", |
| 19 | + "sprints" |
| 20 | + ], |
12 | 21 | "transport": { |
13 | 22 | "type": "stdio", |
14 | 23 | "command": "npx", |
15 | | - "args": ["-y", "@aashari/mcp-server-atlassian-jira"], |
| 24 | + "args": [ |
| 25 | + "-y", |
| 26 | + "@aashari/mcp-server-atlassian-jira" |
| 27 | + ], |
16 | 28 | "env": { |
17 | 29 | "ATLASSIAN_SITE_NAME": "${input:ATLASSIAN_SITE_NAME}", |
18 | 30 | "ATLASSIAN_USER_EMAIL": "${input:ATLASSIAN_USER_EMAIL}", |
|
42 | 54 | "id": "ATLASSIAN_API_TOKEN", |
43 | 55 | "label": "Atlassian API Token", |
44 | 56 | "description": "API token for Atlassian Cloud authentication.", |
45 | | - "type": "password", |
| 57 | + "type": "text", |
46 | 58 | "required": true, |
47 | 59 | "secret": true, |
48 | 60 | "placeholder": "xxxxxxxxxxxxxxxxxxxxxxxx", |
|
55 | 67 | ] |
56 | 68 | } |
57 | 69 | }, |
58 | | - |
59 | 70 | "auth": { |
60 | 71 | "type": "api_key", |
61 | 72 | "instructions": "Create an API token at https://id.atlassian.com/manage-profile/security/api-tokens" |
62 | 73 | }, |
63 | | - |
64 | 74 | "contributor": { |
65 | 75 | "name": "aashari", |
66 | 76 | "github": "aashari", |
67 | 77 | "url": "https://github.com/aashari" |
68 | 78 | }, |
69 | | - |
70 | 79 | "links": { |
71 | 80 | "repository": "https://github.com/aashari/mcp-server-atlassian-jira", |
72 | 81 | "homepage": "https://www.atlassian.com/software/jira", |
73 | 82 | "documentation": "https://github.com/aashari/mcp-server-atlassian-jira#readme" |
74 | 83 | }, |
75 | | - |
76 | | - "platforms": ["all"], |
77 | | - |
| 84 | + "platforms": [ |
| 85 | + "all" |
| 86 | + ], |
78 | 87 | "capabilities": { |
79 | 88 | "tools": true, |
80 | 89 | "resources": false, |
|
0 commit comments