Skip to content

Commit bdfe244

Browse files
authored
Merge pull request #197 from dgageot/fix-few-icons
Fix a few icons
2 parents dc71742 + e8287d9 commit bdfe244

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

prompts/catalog.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ registry:
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
7-
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/sqlite.svg
7+
icon: https://avatars.githubusercontent.com/u/48680494?v=4
88
tools:
99
- name: read-query
1010
- name: write-query
@@ -18,7 +18,7 @@ registry:
1818
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.
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
21-
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/curl.svg
21+
icon: https://avatars.githubusercontent.com/u/16928085?s=200&v=4
2222
tools:
2323
- name: curl-manual
2424
- name: curl
@@ -36,7 +36,7 @@ registry:
3636
- name: ffmpeg
3737
prompts: 1
3838
resources: {}
39-
qr code:
39+
QR code:
4040
description: Generate a qrcode for an input text string.
4141
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/examples/qrencode.md
4242
source: https://github.com/docker/labs-ai-tools-for-devs/tree/main/prompts/examples/qrencode.md
@@ -67,7 +67,7 @@ registry:
6767
description: Drive a headless Chrome browser to interact with web pages.
6868
ref: github:docker/labs-ai-tools-for-devs?path=prompts/chrome.md
6969
source: https://github.com/docker/labs-ai-tools-for-devs/tree/main/prompts/chrome.md
70-
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/googlechrome.svg
70+
icon: https://avatars.githubusercontent.com/u/1778935?s=200&v=4
7171
tools:
7272
- name: interact-with-chrome
7373
- name: curl-manual
@@ -301,7 +301,7 @@ registry:
301301
ref: github:docker/labs-ai-tools-for-devs?path=prompts/examples/git.md
302302
readme: https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/git.md
303303
source: https://github.com/docker/labs-ai-tools-for-devs/tree/main/prompts/examples/git.md
304-
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/git.svg
304+
icon: https://avatars.githubusercontent.com/u/18133?s=200&v=4
305305
tools:
306306
- name: git
307307
prompts: 1
@@ -436,7 +436,7 @@ registry:
436436
description: "Provides PostgreSQL database management capabilities. \nThis server assists with analyzing existing PostgreSQL setups, providing implementation guidance, debugging database issues, managing schemas, migrating data, and monitoring database performance.\n"
437437
ref: github:docker/labs-ai-tools-for-devs?path=prompts/mcp/postgresql.md
438438
readme: https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/postgres.md
439-
icon: https://img.icons8.com/ios/50/postgreesql.png
439+
icon: https://avatars.githubusercontent.com/u/177543?s=200&v=4
440440
tools:
441441
- name: analyze_database
442442
- name: get_setup_instructions
@@ -508,7 +508,7 @@ registry:
508508
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/openapi-schema.md
509509
readme: https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/openapi-schema.md
510510
source: https://github.com/slimslenderslacks/mcp-openapi-schema/tree/master
511-
icon: https://avatars.githubusercontent.com/u/182288589?s=200&v=4
511+
icon: https://avatars.githubusercontent.com/u/16343502?s=200&v=4
512512
tools:
513513
- name: get-component
514514
- name: get-endpoint
@@ -765,7 +765,7 @@ registry:
765765
description: |
766766
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.
767767
ref: github:docker/labs-ai-tools-for-devs?path=prompts/mcp/v-3-discordmcp.md
768-
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/discord.svg
768+
icon: https://avatars.githubusercontent.com/u/1965106?s=200&v=4
769769
tools: []
770770
secrets:
771771
- name: discord.token

0 commit comments

Comments
 (0)