Skip to content

Commit

Permalink
Add Docker and Kubernetes tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
slimslenderslacks committed Mar 7, 2025
1 parent 0e6276c commit f53f8ac
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
8 changes: 8 additions & 0 deletions prompts/catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -620,4 +620,12 @@ registry:
description: A Model Context Protocol server for Git repository interaction and automation
ref: github:docker/labs-ai-tools-for-devs?path=prompts/examples/git.md
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/git.svg
kubernetes:
description: connect to a Kubernetes cluster and manage it
ref: github:docker/labs-ai-tools-for-devs?path=prompts/mcp/kubernetes.md
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/kubernetes.svg
docker:
description: use the docker cli
ref: github:docker/labs-ai-tools-for-devs?path=prompts/examples/docker.md
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/docker.svg

19 changes: 19 additions & 0 deletions prompts/examples/docker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
tools:
- name: docker
description: use the docker cli
parameters:
type: object
properties:
args:
type: array
description: Arguments to pass to the Docker command
items:
type: string
container:
image: docker:latest
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
command:
- "{{args|into}}"
---
7 changes: 7 additions & 0 deletions prompts/mcp/kubernetes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
mcp:
- container:
image: flux159/mcp-server-kubernetes:latest
---


0 comments on commit f53f8ac

Please sign in to comment.