Roc Testbed
Provides a proof-of-concept Model Context Protocol server implemented in Roc.
Acerca de
This project serves as a basic, proof-of-concept Model Context Protocol (MCP) server written in Roc. Developed quickly as an initial demonstration, it enables users to understand and interact with the MCP specification. It's designed to facilitate testing and integration with MCP-compatible clients, such as Claude desktop, by handling standard protocol messages like initialization, tool listing, and tool invocation.
Características Principales
- Configurable for use with Claude desktop
- Provides a 'current_datetime' example tool
- 1 GitHub stars
- Communicates over Stdin/Stdout using JSON-RPC
- Implements Model Context Protocol (MCP)
- Supports MCP initialization handshake
Casos de Uso
- Testing Model Context Protocol client integrations
- Demonstrating server-side capabilities of the Roc programming language
- Developing and experimenting with custom MCP server functionalities