Skip to content

Commit 7881f4e

Browse files
committed
Don't show zero tools
Signed-off-by: David Gageot <[email protected]>
1 parent 7c2a9be commit 7881f4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

prompts/catalog.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,9 @@ registry:
773773
description: Interact with Discord channels, allowing them to send and read messages.
774774
ref: github:docker/labs-ai-tools-for-devs?path=prompts/mcp/v-3-discordmcp.md
775775
icon: https://avatars.githubusercontent.com/u/1965106?s=200&v=4
776-
tools: []
776+
tools:
777+
- name: read-messages
778+
- name: send-message
777779
secrets:
778780
- name: discord.token
779781
prompts: 0

0 commit comments

Comments
 (0)