Skip to content

Commit ad73ac7

Browse files
committed
sync
Signed-off-by: David Gageot <[email protected]>
1 parent 457f922 commit ad73ac7

File tree

5 files changed

+180
-159
lines changed

5 files changed

+180
-159
lines changed

prompts/catalog.yaml

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,6 @@ registry:
581581
- name: confluence_get_comments
582582
- name: confluence_get_labels
583583
- name: confluence_get_page
584-
- name: confluence_get_page_ancestors
585584
- name: confluence_get_page_children
586585
- name: confluence_search
587586
- name: confluence_update_page
@@ -596,7 +595,6 @@ registry:
596595
- name: jira_download_attachments
597596
- name: jira_get_agile_boards
598597
- name: jira_get_board_issues
599-
- name: jira_get_epic_issues
600598
- name: jira_get_issue
601599
- name: jira_get_link_types
602600
- name: jira_get_project_issues
@@ -1722,13 +1720,15 @@ registry:
17221720
source: https://github.com/redis/mcp-redis-cloud/tree/main
17231721
icon: https://avatars.githubusercontent.com/u/1529926?s=200&v=4
17241722
tools:
1723+
- name: create-essential-database
17251724
- name: create-essential-subscription
17261725
- name: create-pro-database
17271726
- name: create-pro-subscription
17281727
- name: delete-essential-subscription
17291728
- name: get-current-account
17301729
- name: get-current-payment-methods
17311730
- name: get-database-modules
1731+
- name: get-essential-databases
17321732
- name: get-essential-subscription-by-id
17331733
- name: get-essential-subscriptions
17341734
- name: get-essentials-plans
@@ -2489,7 +2489,7 @@ registry:
24892489
title: Azure
24902490
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/azure.md
24912491
readme: https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/azure.md
2492-
source: https://github.com/Azure/azure-mcp/tree/main
2492+
source: https://github.com/Azure/azure-mcp/tree/1ea702cb489ba95c5d9bea8d41fc18e9343703f8
24932493
icon: https://avatars.githubusercontent.com/u/6844498?s=200&v=4
24942494
tools:
24952495
- name: azmcp-appconfig-account-list
@@ -2739,37 +2739,29 @@ registry:
27392739
properties:
27402740
client_id:
27412741
type: string
2742-
wikipedia-mcp:
2743-
description: A Model Context Protocol (MCP) server that retrieves information from Wikipedia to provide context to LLMs.
2744-
title: Wikipedia
2745-
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/wikipedia-mcp.md
2746-
readme: https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/wikipedia-mcp.md
2747-
source: https://github.com/Rudra-ravi/wikipedia-mcp/tree/main
2748-
icon: https://avatars.githubusercontent.com/u/56668?s=200&v=4
2749-
tools:
2750-
- name: get_article
2751-
- name: get_related_topics
2752-
- name: get_summary
2753-
- name: search_wikipedia
2754-
prompts: 0
2755-
resources: {}
2756-
neo4j-cypher:
2757-
description: Interact with Neo4j using Cypher graph queries.
2758-
title: Neo4j Cypher
2759-
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/neo4j-cypher.md
2760-
readme: https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/neo4j-cypher.md
2761-
source: https://github.com/neo4j-contrib/mcp-neo4j/tree/main/servers/mcp-neo4j-cypher
2742+
neo4j-memory:
2743+
description: Provide persistent memory capabilities through Neo4j graph database integration.
2744+
title: Neo4j Memory
2745+
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/neo4j-memory.md
2746+
readme: https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/neo4j-memory.md
2747+
source: https://github.com/neo4j-contrib/mcp-neo4j/tree/main/servers/mcp-neo4j-memory
27622748
icon: https://avatars.githubusercontent.com/u/916372?s=200&v=4
27632749
tools:
2764-
- name: get_neo4j_schema
2765-
- name: read_neo4j_cypher
2766-
- name: write_neo4j_cypher
2750+
- name: add_observations
2751+
- name: create_entities
2752+
- name: create_relations
2753+
- name: delete_entities
2754+
- name: delete_observations
2755+
- name: delete_relations
2756+
- name: find_nodes
2757+
- name: read_graph
2758+
- name: search_nodes
27672759
secrets:
27682760
- name: neo4j.password
27692761
prompts: 0
27702762
resources: {}
27712763
config:
2772-
- name: neo4j-cypher
2764+
- name: neo4j-memory
27732765
description: Configure the connection to Neo4j
27742766
type: object
27752767
properties:
@@ -2780,29 +2772,23 @@ registry:
27802772
required:
27812773
- url
27822774
- username
2783-
neo4j-memory:
2784-
description: Provide persistent memory capabilities through Neo4j graph database integration.
2785-
title: Neo4j Memory
2786-
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/neo4j-memory.md
2787-
readme: https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/neo4j-memory.md
2788-
source: https://github.com/neo4j-contrib/mcp-neo4j/tree/main/servers/mcp-neo4j-memory
2775+
neo4j-cypher:
2776+
description: Interact with Neo4j using Cypher graph queries.
2777+
title: Neo4j Cypher
2778+
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/neo4j-cypher.md
2779+
readme: https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/neo4j-cypher.md
2780+
source: https://github.com/neo4j-contrib/mcp-neo4j/tree/main/servers/mcp-neo4j-cypher
27892781
icon: https://avatars.githubusercontent.com/u/916372?s=200&v=4
27902782
tools:
2791-
- name: add_observations
2792-
- name: create_entities
2793-
- name: create_relations
2794-
- name: delete_entities
2795-
- name: delete_observations
2796-
- name: delete_relations
2797-
- name: find_nodes
2798-
- name: read_graph
2799-
- name: search_nodes
2783+
- name: get_neo4j_schema
2784+
- name: read_neo4j_cypher
2785+
- name: write_neo4j_cypher
28002786
secrets:
28012787
- name: neo4j.password
28022788
prompts: 0
28032789
resources: {}
28042790
config:
2805-
- name: neo4j-memory
2791+
- name: neo4j-cypher
28062792
description: Configure the connection to Neo4j
28072793
type: object
28082794
properties:
@@ -2846,3 +2832,17 @@ registry:
28462832
type: string
28472833
required:
28482834
- client_id
2835+
wikipedia-mcp:
2836+
description: A Model Context Protocol (MCP) server that retrieves information from Wikipedia to provide context to LLMs.
2837+
title: Wikipedia
2838+
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/wikipedia-mcp.md
2839+
readme: https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/wikipedia-mcp.md
2840+
source: https://github.com/Rudra-ravi/wikipedia-mcp/tree/main
2841+
icon: https://avatars.githubusercontent.com/u/56668?s=200&v=4
2842+
tools:
2843+
- name: get_article
2844+
- name: get_related_topics
2845+
- name: get_summary
2846+
- name: search_wikipedia
2847+
prompts: 0
2848+
resources: {}

prompts/mcp/azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ mcp:
77
- "server"
88
- "start"
99
source:
10-
url: https://github.com/Azure/azure-mcp/tree/main
10+
url: https://github.com/Azure/azure-mcp/tree/1ea702cb489ba95c5d9bea8d41fc18e9343703f8
1111
---

0 commit comments

Comments
 (0)