Releases: RustSandbox/MCP-Development-with-Rust
Releases · RustSandbox/MCP-Development-with-Rust
Release 0.1.0
MCP Rust Examples Release 0.1.0
This release contains compiled binaries for the MCP Rust Examples tutorial project.
Features
- 20 comprehensive Rust examples demonstrating MCP (Model Context Protocol) usage
- Cross-platform binaries for Linux, macOS, and Windows
- Educational code with extensive documentation and comments
Installation
- Download the appropriate binary for your platform
- Extract the archive
- Run the desired example binary
Examples Included
- Hello World and Calculator examples
- Text processing and HTTP client examples
- Database integration and streaming examples
- Authentication and notification services
- Data pipelines and search services
- Blockchain integration and ML model server
- Microservice gateway and enterprise server
Usage
Each example can be run independently:
./example_01_hello_world
./example_02_calculator
# ... and so on
For more information, see the README.md in the repository.