Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
slimslenderslacks committed Jan 24, 2025
1 parent 64df775 commit 69c2f53
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/prompts-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,4 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags:
- vonwig/prompts:latest
- mcp/run:latest
- mcp/docker:latest
tags: vonwig/prompts:latest,mcp/run:latest,mcp/docker:latest
4 changes: 2 additions & 2 deletions docs/content/tools/docs/claude-desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ Enable mcp_run in your claude_desktop_config.json file using the following snipp
```json
{
"mcpServers": {
"mcp_run": {
"mcp_docker": {
"command": "docker",
"args": [
"run", "--rm", "-i", "--pull", "always",
"-v", "/var/run/docker.sock:/var/run/docker.sock",
"--mount", "type=volume,source=docker-prompts,target=/prompts",
"vonwig/prompts:latest",
"mcp/docker:latest",
"serve",
"--mcp",
"--register", "github:docker/labs-ai-tools-for-devs?path=prompts/examples/hello_world.md"
Expand Down
10 changes: 7 additions & 3 deletions prompts/catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,19 @@ registry:
description: Use curl to make HTTP requests
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/examples/curl.md
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/curl.svg
hello-world:
hello world:
description: echo a greeting using a container!
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/examples/hello_world.md
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/hello-world.svg
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/docker.svg
ffmpeg:
description: Use ffmpeg to process video files
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/examples/ffmpeg.md
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/ffmpeg.svg
explain_dockerfile:
explain dockerfiles:
description: Provide a detailed description, analysis, or annotation of a given Dockerfile.
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/examples/explain_dockerfile.md
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/docker.svg
qr code:
description: Generate a qrcode for an input text string
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/examples/qr_code.md
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/qr.svg
1 change: 1 addition & 0 deletions prompts/examples/curl.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
name: curl
model: claude-3-5-sonnet-20241022
tools:
- name: curl
Expand Down

0 comments on commit 69c2f53

Please sign in to comment.