touch-mcp-server
0
touch-mcp-server is an MCP Server designed to introduce users to MCP Server development, with functionality to create files based on user inputs. It utilizes the JSON-RPC 2.0 protocol for communication and supports various implementations.
touch-mcp-server
The touch-mcp-server
is an MCP Server implemented in Golang for creating files and serves as an introduction to MCP Server development.
Features
- Uses JSON-RPC 2.0 protocol for communication.
- Supports configuration in VSCode with Cline plugin.
- Logic involves obtaining user input, extracting the filename, and creating a file.
Additional Implementations
- Available in Rust and Python.