File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,20 @@ Agentic AI workflows enabled by Docker containers.
1313
1414Just Docker. Just Markdown. BYOLLM.
1515
16+ ## MCP
17+ Any prompts you write and their tools can now be used as [ MCP servers] ( https://www.anthropic.com/news/model-context-protocol )
18+
19+ Use serve mode with ` --mcp ` flag. Then, register prompts via git ref or path with ` --register <ref> `
20+
21+ ``` sh
22+ # ...
23+ serve
24+ --mcp
25+ --register github:docker/labs-ai-tools-for-devs? path=prompts/examples/generate_dockerfile.md
26+ --register /Users/ai-overlordz/some/local/prompt.md
27+ # ...
28+ ```
29+
1630![ overall architecture diagram preview] ( img1.png )
1731
1832Source for many experiments in our [ LinkedIn newsletter] ( https://www.linkedin.com/newsletters/docker-labs-genai-7204877599427194882/ )
@@ -138,4 +152,4 @@ Use curl to get the readme for https://github.com/docker/labs-ai-tools-for-devs
138152
139153# prompt user
140154
141- What is this project?
155+ What is this project?
You can’t perform that action at this time.
0 commit comments