From e8eed7016c9fe476804a0bc715533decf7ccb1ae Mon Sep 17 00:00:00 2001 From: Jean-Marc Le Roux Date: Sun, 31 Aug 2025 20:09:15 +0200 Subject: [PATCH 1/2] docs: add the rmcp-openapi and rmcp-actix-web related projects --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 692b7a6f6..3e64f1cd3 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,8 @@ See [oauth_support](docs/OAUTH_SUPPORT.md) for details. ## Related Projects - [rustfs-mcp](https://github.com/rustfs/rustfs/tree/main/crates/mcp) - High-performance MCP server providing S3-compatible object storage operations for AI/LLM integration - [containerd-mcp-server](https://github.com/jokemanfire/mcp-containerd) - A containerd-based MCP server implementation +- [rmcp-actix-web](https://gitlab.com/lx-industries/rmcp-actix-web) - An `actix_web` backend for `rmcp` +- [rmcp-openapi](https://gitlab.com/lx-industries/rmcp-openapi) - Expose OpenAPI definition endpoints as MCP tools ## Development From da8fefd888cb1f923e6036966671782b9f4c10c2 Mon Sep 17 00:00:00 2001 From: Jean-Marc Le Roux Date: Tue, 2 Sep 2025 10:45:37 +0200 Subject: [PATCH 2/2] docs: separate "Extending `rmcp`" and "Built with `rmcp`" sections --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e64f1cd3..584a66bad 100644 --- a/README.md +++ b/README.md @@ -119,10 +119,17 @@ See [oauth_support](docs/OAUTH_SUPPORT.md) for details. - [Schema](https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.ts) ## Related Projects + +### Extending `rmcp` + +- [rmcp-actix-web](https://gitlab.com/lx-industries/rmcp-actix-web) - An `actix_web` backend for `rmcp` +- [rmcp-openapi](https://gitlab.com/lx-industries/rmcp-openapi) - Transform OpenAPI definition endpoints into MCP tools + +### Built with `rmcp` + - [rustfs-mcp](https://github.com/rustfs/rustfs/tree/main/crates/mcp) - High-performance MCP server providing S3-compatible object storage operations for AI/LLM integration - [containerd-mcp-server](https://github.com/jokemanfire/mcp-containerd) - A containerd-based MCP server implementation -- [rmcp-actix-web](https://gitlab.com/lx-industries/rmcp-actix-web) - An `actix_web` backend for `rmcp` -- [rmcp-openapi](https://gitlab.com/lx-industries/rmcp-openapi) - Expose OpenAPI definition endpoints as MCP tools +- [rmcp-openapi-server](https://gitlab.com/lx-industries/rmcp-openapi/-/tree/main/crates/rmcp-openapi-server) - High-performance MCP server that exposes OpenAPI definition endpoints as MCP tools ## Development