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

コメント

「その他」の他のコンテンツ