mcp-rust-sdk
5
The project showcases a basic implementation of an MCP server in Rust, focusing on learning and debugging purposes. It demonstrates handling of basic commands and uses JSON for communication.
Rust MCP Stdio Server Test
This repository contains a basic example of a Model Context Protocol (MCP) server implemented in Rust using a newline-delimited JSON stdio transport.
Status
This is a basic test implementation created for learning and debugging purposes. It handles MCP initialization handshake, basic list commands, and a dummy tool call.
Usage
- Build the server.
- Configure an MCP client like Claude Desktop.
- Set the RUST_LOG environment variable to control logging verbosity.