Skip to content

Commit 5ae8679

Browse files
authored
Merge pull request #30 from koic/fix_an_error_when_using_bin_console]
Fix an error when using `bin/console`
2 parents 91219d3 + 9a7b4a8 commit 5ae8679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/console

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# frozen_string_literal: true
33

44
require "bundler/setup"
5-
require "model_context_protocol"
5+
require "mcp"
66

77
# You can add fixtures and/or initialization code here to make experimenting
88
# with your gem easier. You can also use a different console, if you like.

0 commit comments

Comments
 (0)