From 4ed83b3f28c67f9c30daeaa3a8b6a10cb35070c7 Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Fri, 17 Oct 2025 11:16:19 +1100 Subject: [PATCH] Update collections/rust-mcp-development.md --- collections/rust-mcp-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collections/rust-mcp-development.md b/collections/rust-mcp-development.md index c3d2e6e..b036a12 100644 --- a/collections/rust-mcp-development.md +++ b/collections/rust-mcp-development.md @@ -1,6 +1,6 @@ # Rust MCP Server Development -'Build high-performance Model Context Protocol servers in Rust using the official rmcp SDK with async/await, procedural macros, and type-safe implementations.' +Build high-performance Model Context Protocol servers in Rust using the official rmcp SDK with async/await, procedural macros, and type-safe implementations. **Tags:** rust, mcp, model-context-protocol, server-development, sdk, tokio, async, macros, rmcp