@aiwerk/mcp-bridge 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"name": "atlassian",
|
|
4
|
+
"description": "Confluence wiki and Jira project management (search, create, update pages and issues)",
|
|
5
|
+
"transport": "stdio",
|
|
6
|
+
"command": "uvx",
|
|
7
|
+
"args": ["mcp-atlassian"],
|
|
8
|
+
"env": {
|
|
9
|
+
"CONFLUENCE_URL": "${CONFLUENCE_URL}",
|
|
10
|
+
"CONFLUENCE_USERNAME": "${CONFLUENCE_USERNAME}",
|
|
11
|
+
"CONFLUENCE_API_TOKEN": "${CONFLUENCE_API_TOKEN}",
|
|
12
|
+
"JIRA_URL": "${JIRA_URL}",
|
|
13
|
+
"JIRA_USERNAME": "${JIRA_USERNAME}",
|
|
14
|
+
"JIRA_API_TOKEN": "${JIRA_API_TOKEN}"
|
|
15
|
+
},
|
|
16
|
+
"authRequired": true,
|
|
17
|
+
"credentialsUrl": "https://id.atlassian.com/manage-profile/security/api-tokens",
|
|
18
|
+
"homepage": "https://github.com/sooperset/mcp-atlassian"
|
|
19
|
+
}
|
package/servers/index.json
CHANGED
|
@@ -11,6 +11,21 @@
|
|
|
11
11
|
"APIFY_TOKEN"
|
|
12
12
|
]
|
|
13
13
|
},
|
|
14
|
+
"atlassian": {
|
|
15
|
+
"description": "Confluence wiki & Jira project management",
|
|
16
|
+
"transport": "stdio",
|
|
17
|
+
"authRequired": true,
|
|
18
|
+
"homepage": "https://github.com/sooperset/mcp-atlassian",
|
|
19
|
+
"installMethod": "uvx",
|
|
20
|
+
"envVars": [
|
|
21
|
+
"CONFLUENCE_URL",
|
|
22
|
+
"CONFLUENCE_USERNAME",
|
|
23
|
+
"CONFLUENCE_API_TOKEN",
|
|
24
|
+
"JIRA_URL",
|
|
25
|
+
"JIRA_USERNAME",
|
|
26
|
+
"JIRA_API_TOKEN"
|
|
27
|
+
]
|
|
28
|
+
},
|
|
14
29
|
"github": {
|
|
15
30
|
"description": "repos, issues, PRs",
|
|
16
31
|
"transport": "stdio",
|