@@ -425,11 +425,40 @@ registry:
425
425
prompts : 0
426
426
resources : {}
427
427
atlassian :
428
- description : |
429
- Tools for Atlassian products (Confluence and Jira). This integration supports both Atlassian Cloud and Jira Server/Data Center deployments.
430
- ref : github:docker/labs-ai-tools-for-devs?path=prompts/mcp/atlassian.md
428
+ description : Tools for Atlassian products (Confluence and Jira). This integration supports both Atlassian Cloud and Jira Server/Data Center deployments.
429
+ ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/atlassian.md
430
+ readme : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/readmes/atlassian.md
431
+ source : https://github.com/sooperset/mcp-atlassian/tree/main
431
432
icon : https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/atlassian.svg
432
- tools : []
433
+ tools :
434
+ - name : confluence_attach_content
435
+ - name : confluence_create_page
436
+ - name : confluence_delete_page
437
+ - name : confluence_get_comments
438
+ - name : confluence_get_page
439
+ - name : confluence_get_page_ancestors
440
+ - name : confluence_get_page_children
441
+ - name : confluence_search
442
+ - name : confluence_update_page
443
+ - name : jira_add_comment
444
+ - name : jira_add_worklog
445
+ - name : jira_batch_create_issues
446
+ - name : jira_create_issue
447
+ - name : jira_delete_issue
448
+ - name : jira_download_attachments
449
+ - name : jira_get_agile_boards
450
+ - name : jira_get_board_issues
451
+ - name : jira_get_epic_issues
452
+ - name : jira_get_issue
453
+ - name : jira_get_project_issues
454
+ - name : jira_get_sprint_issues
455
+ - name : jira_get_sprints_from_board
456
+ - name : jira_get_transitions
457
+ - name : jira_get_worklog
458
+ - name : jira_link_to_epic
459
+ - name : jira_search
460
+ - name : jira_transition_issue
461
+ - name : jira_update_issue
433
462
secrets :
434
463
- name : atlassian.jira.token
435
464
- name : atlassian.confluence.token
0 commit comments