Text Tools Demo
0
Reverses text inputs via a simple Model Context Protocol (MCP) server.
Acerca de
This is a demonstration server built using the Model Context Protocol (MCP). It provides a text reversing function accessible through a standard input/output (stdio) or Server-Sent Events (SSE) interface. The server is configured for use within Cursor, a code editor, where it can be integrated to perform text manipulation tasks directly within the editor environment.
Características Principales
- 0 GitHub stars
- Provides a text reversal tool
- Easy installation via Conda environment
- Supports stdio and SSE transport modes
- Configurable for use within Cursor editor
Casos de Uso
- Reversing text within a code editor
- Demonstrating MCP server functionality
- Integrating custom tools into Cursor