Skip to content

Commit b8c4745

Browse files
authored
Merge pull request #200 from dgageot/fix-descriptions
Fix descriptions
2 parents 4bad245 + 2b6f863 commit b8c4745

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

prompts/catalog.yaml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
registry:
2-
mcp-sqlite:
3-
description: The MCP SQLite promptfile contributes all of the tools necessary to work with SQLite and SQLite databases. The file also includes a prompt to seed the database with initial data which helps to demonstrate what you can do with an SQLite MCP Server.
2+
SQLite:
3+
description: Work with SQLite and SQLite databases. Also includes a prompt to seed the database with initial data.
44
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/examples/mcp-sqlite.md
55
readme: https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/sqlite.md
66
source: https://github.com/docker/labs-ai-tools-for-devs/tree/main/prompts/examples/mcp-sqlite.md
@@ -15,7 +15,7 @@ registry:
1515
prompts: 1
1616
resources: {}
1717
curl:
18-
description: This prompt file contains the standard curl tool. In addition to the tool itself, you get a tool to read the latest man page to help clear up any issues. It also contains a prompt to demonstrate how to use the tool in a multi-step process.
18+
description: Standard curl tool. In addition, you get a tool to read the latest man page to help clear up any issues. It also contains a prompt to demonstrate how to use the tool in a multi-step process.
1919
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/examples/curl.md
2020
source: https://github.com/docker/labs-ai-tools-for-devs/tree/main/prompts/examples/curl.md
2121
icon: https://avatars.githubusercontent.com/u/16928085?s=200&v=4
@@ -25,7 +25,7 @@ registry:
2525
prompts: 1
2626
resources: {}
2727
ffmpeg:
28-
description: Use ffmpeg to process video files. This prompt file contains the ffmpeg tool, and a tool to read the latest man page to help clear up any issues. It also contains a prompt to demonstrate how to use the tool in a multi-step process.
28+
description: Use ffmpeg to process video files. Contains the ffmpeg tool, and a tool to read the latest man page to help clear up any issues. It also contains a prompt to demonstrate how to use the tool in a multi-step process.
2929
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/examples/ffmpeg.md
3030
source: https://github.com/docker/labs-ai-tools-for-devs/tree/main/prompts/examples/ffmpeg.md
3131
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/ffmpeg.svg
@@ -46,7 +46,7 @@ registry:
4646
prompts: 0
4747
resources: {}
4848
memory:
49-
description: Give your MCP client a memory system! This prompt file contains a tool to create entities, relations, and observations in a knowledge graph. It also contains a tool to read the latest man page to help clear up any issues. It also contains a prompt to demonstrate how to use the tool in a multi-step process.
49+
description: Give your MCP client a memory system! Contains a tool to create entities, relations, and observations in a knowledge graph. It also contains a tool to read the latest man page to help clear up any issues. It also contains a prompt to demonstrate how to use the tool in a multi-step process.
5050
ref: github:docker/labs-ai-tools-for-devs?path=prompts/examples/mcp-memory.md
5151
readme: https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/memory.md
5252
source: https://github.com/docker/labs-ai-tools-for-devs/tree/main/prompts/examples/mcp-memory.md
@@ -76,7 +76,7 @@ registry:
7676
prompts: 1
7777
resources: {}
7878
sequentialthinking:
79-
description: A tool for dynamic and reflective problem-solving through a structured thinking process.
79+
description: 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
8181
readme: https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/sequentialthinking.md
8282
source: https://github.com/docker/labs-ai-tools-for-devs/tree/main/prompts/examples/sequentialthinking.md
@@ -273,7 +273,7 @@ registry:
273273
prompts: 0
274274
resources: {}
275275
gdrive:
276-
description: This MCP server integrates with Google Drive to allow listing, reading, and searching over files.
276+
description: Integrate with Google Drive to allow listing, reading, and searching over files.
277277
ref: github:docker/labs-ai-tools-for-devs?path=prompts/mcp/gdrive.md
278278
source: https://github.com/modelcontextprotocol/servers/tree/2025.4.6/src/gdrive
279279
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/googledrive.svg
@@ -305,7 +305,7 @@ registry:
305305
prompts: 0
306306
resources: {}
307307
git:
308-
description: A Model Context Protocol server for Git repository interaction and automation.
308+
description: Git repository interaction and automation.
309309
ref: github:docker/labs-ai-tools-for-devs?path=prompts/examples/git.md
310310
readme: https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/git.md
311311
source: https://github.com/docker/labs-ai-tools-for-devs/tree/main/prompts/examples/git.md
@@ -770,8 +770,7 @@ registry:
770770
prompts: 0
771771
resources: {}
772772
discordmcp:
773-
description: |
774-
A Model Context Protocol (MCP) server that enables LLMs to interact with Discord channels, allowing them to send and read messages through Discord's API. Using this server, LLMs like Claude can directly interact with Discord channels while maintaining user control and security.
773+
description: Interact with Discord channels, allowing them to send and read messages.
775774
ref: github:docker/labs-ai-tools-for-devs?path=prompts/mcp/v-3-discordmcp.md
776775
icon: https://avatars.githubusercontent.com/u/1965106?s=200&v=4
777776
tools: []

0 commit comments

Comments
 (0)