Installation

Install the gem and any optional dependencies for the features you use.

Requirements

Ruby 2.7.0 or later.

Installing the Gem

Add this line to your application’s Gemfile:

gem "mcp"

And then execute:

$ bundle install

Or install it yourself as:

$ gem install mcp

You may need to add additional dependencies depending on which features you wish to access. For example, the HTTP client transport requires the faraday gem:

gem "mcp"
gem "faraday", ">= 2.0"