Skip to content

Commit 9e30a0a

Browse files
committed
anotha fix
1 parent 29771c5 commit 9e30a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ If you want to build a local command-line application, you can use the stdio tra
6868
```ruby
6969
#!/usr/bin/env ruby
7070
require "model_context_protocol"
71-
require "model_context_protocol/transports/stdio"
71+
require "model_context_protocol/server/transports/stdio"
7272

7373
# Create a simple tool
7474
class ExampleTool < ModelContextProtocol::Tool

0 commit comments

Comments
 (0)