We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 784b8b8 + 01460b0 commit bdbf015Copy full SHA for bdbf015
lib/model_context_protocol/transports/stdio.rb
@@ -9,6 +9,8 @@ class StdioTransport < Transport
9
def initialize(server)
10
@server = server
11
@open = false
12
+ $stdin.set_encoding("UTF-8")
13
+ $stdout.set_encoding("UTF-8")
14
super
15
end
16
0 commit comments