Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by mediar-ai • Uncategorized
A Rust implementation of a Model Context Protocol server using newline-delimited JSON over stdio.
A simple MCP server implementation for testing and debugging.
Handle MCP initialization and basic list commands.
Integrate MCP communication over stdio using JSON.
This repository provides a basic MCP server implemented in Rust for learning and debugging purposes. It supports the MCP initialization handshake, basic list commands, and a dummy tool call. The server communicates using newline-delimited JSON over standard input/output, making it suitable for integration with MCP clients like Claude Desktop. It is intended as a simple example rather than a production-ready solution.