Installation
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'