Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions components/runners/ambient-runner/.mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
"args": ["mcp-server-fetch"]
},
"mcp-atlassian": {
"command": "mcp-atlassian",
"args": [],
"command": "uvx",
"args": ["mcp-atlassian"],
"env": {
"JIRA_URL": "${JIRA_URL}",
"JIRA_PERSONAL_TOKEN": "${JIRA_API_TOKEN}",
"JIRA_USERNAME": "${JIRA_EMAIL}",
"JIRA_API_TOKEN": "${JIRA_API_TOKEN}",
"JIRA_SSL_VERIFY": "true",
"READ_ONLY_MODE": "true"
}
Expand Down
Loading