Troy Simeon Taylor
33cab830b6
Add Rust MCP Server Development collection ( #331 )
...
* Add Rust MCP Server Development collection
- Add Rust MCP server best practices instruction
- Add Rust MCP server project generator prompt
- Add Rust MCP expert chat mode
- Add Rust MCP development collection manifest
- Update category READMEs
Features:
- Server setup with official rmcp SDK (v0.8+)
- Async/await patterns with tokio runtime
- Tool development with procedural macros
- Multiple transport protocols (stdio, SSE, HTTP, WebSocket)
- Type-safe parameters with schemars JsonSchema
- State management with Arc and RwLock
- Error handling with ErrorData and anyhow
- OAuth authentication support
- Progress notifications
- Cross-compilation and Docker deployment
- Comprehensive testing examples
* Fix Rust instruction file metadata - use single applyTo pattern
* Fix Rust generator prompt - replace template placeholder with clear example
* Update collections/rust-mcp-development.collection.yml
* Update collections/rust-mcp-development.md
---------
Co-authored-by: Aaron Powell <me@aaron-powell.com >
2025-10-17 11:18:38 +11:00