Skip to content

Commit

Permalink
Add mcp support to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinMcNeil authored Dec 30, 2024
1 parent 069be4a commit 291a9c5
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@ Agentic AI workflows enabled by Docker containers.

Just Docker. Just Markdown. BYOLLM.

## MCP
Any prompts you write and their tools can now be used as [MCP servers](https://www.anthropic.com/news/model-context-protocol)

Use serve mode with `--mcp` flag. Then, register prompts via git ref or path with `--register <ref>`

```sh
# ...
serve
--mcp
--register github:docker/labs-ai-tools-for-devs?path=prompts/examples/generate_dockerfile.md
--register /Users/ai-overlordz/some/local/prompt.md
# ...
```

![overall architecture diagram preview](img1.png)

Source for many experiments in our [LinkedIn newsletter](https://www.linkedin.com/newsletters/docker-labs-genai-7204877599427194882/)
Expand Down Expand Up @@ -138,4 +152,4 @@ Use curl to get the readme for https://github.com/docker/labs-ai-tools-for-devs

# prompt user

What is this project?
What is this project?

0 comments on commit 291a9c5

Please sign in to comment.