Skip to content

Commit 4c736d1

Browse files
authored
Merge pull request #129 from dgageot/yet-another-sync
Sync the catalog
2 parents acb269b + 3c99be4 commit 4c736d1

File tree

2 files changed

+9
-20
lines changed

2 files changed

+9
-20
lines changed

prompts/catalog.yaml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ registry:
7878
sequentialthinking:
7979
description: A tool for dynamic and reflective problem-solving through a structured thinking process
8080
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/examples/sequentialthinking.md
81-
source: https://github.com/docker/labs-ai-tools-for-devs/tree/main/prompts/examples/sequentialthinking.md
8281
readme: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/readmes/sequentialthinking.md
82+
source: https://github.com/docker/labs-ai-tools-for-devs/tree/main/prompts/examples/sequentialthinking.md
8383
icon: https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_nologo/2454513/2454513-1570719639731-bfdf3620a4e0d.jpg
8484
tools:
8585
- name: sequentialthinking
@@ -211,10 +211,8 @@ registry:
211211
gdrive:
212212
description: This MCP server integrates with Google Drive to allow listing, reading, and searching over files
213213
ref: github:docker/labs-ai-tools-for-devs?path=prompts/mcp/gdrive.md
214-
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/googledrive.svg
215214
source: https://github.com/modelcontextprotocol/servers/tree/2025.4.6/src/gdrive
216-
secrets:
217-
- name: google.gcp-oauth.keys.json
215+
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/googledrive.svg
218216
tools:
219217
- name: gdrive_auth
220218
secrets:
@@ -449,7 +447,6 @@ registry:
449447
source: https://github.com/sooperset/mcp-atlassian/tree/main
450448
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/atlassian.svg
451449
tools:
452-
- name: confluence_attach_content
453450
- name: confluence_create_page
454451
- name: confluence_delete_page
455452
- name: confluence_get_comments
@@ -480,16 +477,10 @@ registry:
480477
- name: jira_transition_issue
481478
- name: jira_update_issue
482479
secrets:
480+
- name: atlassian.jira.token
481+
- name: atlassian.confluence.token
483482
prompts: 0
484483
resources: {}
485-
- name: atlassian.jira.api_token
486-
required: false
487-
- name: atlassian.confluence.api_token
488-
required: false
489-
- name: atlassian.jira.personal_token
490-
required: false
491-
- name: atlassian.confluence.personal_token
492-
required: false
493484
config:
494485
- name: atlassian
495486
description: The MCP server is allowed to access these paths
@@ -674,8 +665,8 @@ registry:
674665
description: Provides seamless integration with GitHub APIs, enabling advanced automation and interaction capabilities for developers and tools.
675666
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/github-official.md
676667
readme: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/readmes/github-official.md
677-
source: https://github.com/github/github-mcp-server
678-
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/github.svg
668+
source: https://github.com/docker/labs-ai-tools-for-devs/tree/main/functions/github-mcp-server
669+
icon: https://avatars.githubusercontent.com/u/9919?s=200&v=4
679670
tools:
680671
- name: add_issue_comment
681672
- name: create_branch

prompts/mcp/atlassian.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@ mcp:
33
- container:
44
image: mcp/atlassian:latest
55
workdir: /app
6+
secrets:
7+
atlassian.jira.token: JIRA_API_TOKEN
8+
atlassian.confluence.token: CONFLUENCE_API_TOKEN
69
environment:
710
CONFLUENCE_URL: "{{atlassian.confluence.url}}"
811
CONFLUENCE_USERNAME: "{{atlassian.confluence.username}}"
912
JIRA_URL: "{{atlassian.jira.url}}"
1013
JIRA_USERNAME: "{{atlassian.jira.username}}"
11-
secrets:
12-
atlassian.jira.personal_token: JIRA_PERSONAL_TOKEN
13-
atlassian.confluence.personal_token: CONFLUENCE_PERSONAL_TOKEN
14-
atlassian.jira.api_token: JIRA_API_TOKEN
15-
atlassian.confluence.api_token: CONFLUENCE_API_TOKEN
1614
source:
1715
url: https://github.com/sooperset/mcp-atlassian/tree/main
1816
---

0 commit comments

Comments
 (0)