Skip to content

Commit 381656f

Browse files
add openapi-schema tile
1 parent 43f5447 commit 381656f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

prompts/catalog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,3 +388,8 @@ registry:
388388
- {name: notion_search}
389389
prompts: 0
390390
resources: {}
391+
openapi-schema:
392+
description: |
393+
exposes OpenAPI schema information to Large Language Models (LLMs) like Claude. This server allows an LLM to explore and understand OpenAPI specifications through a set of specialized tools.
394+
ref: github:docker/labs-ai-tools-for-devs?path=prompts/mcp/openapi-schema.md
395+
icon: https://avatars.githubusercontent.com/u/182288589?s=200&v=4

prompts/mcp/openapi-schema.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
mcp:
3+
- container:
4+
image: vonwig/openapi-schema:latest
5+
workdir: /app
6+
---
7+

0 commit comments

Comments
 (0)