mcp-commands
0
MCP Commands is a Ruby on Rails application that implements a Microservice Command Protocol server, focusing on file operations like concatenation. It features a RESTful API and thorough testing.
MCP Commands
A Ruby on Rails application providing a Microservice Command Protocol (MCP) server with file operation commands.
Features
- File concatenation command
- RESTful API interface
- Comprehensive test coverage using RSpec and FakeFS
Getting Started
Prerequisites
- Ruby (version specified in .ruby-version)
- Rails
- Bundler
Installation
- Clone the repository
- Install dependencies
- Set up the database
Running the Server
Start the Rails server.
API Documentation
Concatenate Files
Concatenates multiple files into a single output file.