MCP.so
登录

MCP Commands

@arockwell

关于 MCP Commands

A Ruby on Rails MCP server with file operation commands

基本信息

分类

其他

许可证

MIT

运行时

ruby

传输方式

stdio

发布者

arockwell

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Commands?

MCP Commands is a Ruby on Rails application that provides a Microservice Command Protocol (MCP) server with file operation commands. It is intended for developers who need to perform file concatenation operations via a RESTful API.

How to use MCP Commands?

Clone the repository, install dependencies with bundle install, set up the database with rails db:create db:migrate, and start the server with rails server. Use the POST /mcp/concatenate endpoint with a JSON body specifying files and output_path to concatenate files. Run tests with bundle exec rspec.

Key features of MCP Commands

  • File concatenation command
  • RESTful API interface
  • Comprehensive test coverage with RSpec and FakeFS
  • Ruby on Rails application

Use cases of MCP Commands

FAQ from MCP Commands

评论

其他 分类下的更多 MCP 服务器