File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ The library is designed to be straightforward to use while maintaining full comp
60
60
Add this line to your application's Gemfile:
61
61
62
62
``` ruby
63
- gem ' ruby_mcp '
63
+ gem ' mcp_on_ruby '
64
64
```
65
65
66
66
And then execute:
@@ -72,7 +72,7 @@ $ bundle install
72
72
Or install it yourself as:
73
73
74
74
```
75
- $ gem install ruby_mcp
75
+ $ gem install mcp_on_ruby
76
76
```
77
77
78
78
## Quick Start
Original file line number Diff line number Diff line change 3
3
require_relative 'lib/ruby_mcp/version'
4
4
5
5
Gem ::Specification . new do |spec |
6
- spec . name = 'ruby_mcp'
6
+ spec . name = "mcp_on_ruby"
7
7
spec . version = RubyMCP ::VERSION
8
8
spec . authors = [ 'Nagendra Dhanakeerthi' ]
9
9
spec . email = [ '[email protected] ' ]
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
14
to standardize interactions with AI language models
15
15
DESC
16
16
17
- spec . homepage = ' https://github.com/nagstler/ruby_mcp'
17
+ spec . homepage = " https://github.com/nagstler/mcp_on_ruby"
18
18
spec . license = 'MIT'
19
19
spec . required_ruby_version = '>= 2.6.0'
20
20
You can’t perform that action at this time.
0 commit comments