Skip to content

Release 0.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jun 16:59
· 5 commits to main since this release

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

  1. Download the appropriate binary for your platform
  2. Extract the archive
  3. 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.