From 19e6d4596c2ded44ca1972a71e4677600e4d8e89 Mon Sep 17 00:00:00 2001 From: jokemanfire Date: Thu, 10 Apr 2025 17:16:09 +0800 Subject: [PATCH] docs: fix the url (#120) Signed-off-by: jokemanfire --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e13960..aa75a81 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ See [examples](examples/README.md) - [Schema](https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.ts) ## Related Projects -- [containerd-mcp-server](https://github.com/modelcontextprotocol/containerd-mcp-server) - A containerd-based MCP server implementation +- [containerd-mcp-server](https://github.com/jokemanfire/mcp-containerd) - A containerd-based MCP server implementation ## Development with Dev Container See [docs/DEVCONTAINER.md](docs/DEVCONTAINER.md) for instructions on using Dev Container for development.