Skip to content

Commit 7c29336

Browse files
authored
FIX: typo sinatra_integration.md (yjacquin#102)
* FIX: typo sinatra_integration.md * FIX: typo sinatra_integration.md
1 parent e1552a9 commit 7c29336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sinatra_integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require 'fast_mcp'
3333
mcp_server = FastMcp::Server.new(name: 'sinatra-mcp-server', version: '1.0.0')
3434

3535
# Define your tools
36-
class ExampleTool < Mcp::Tool
36+
class ExampleTool < FastMcp::Tool
3737
description "An example tool"
3838
arguments do
3939
required(:input).filled(:string).description("Input value")
@@ -47,7 +47,7 @@ end
4747
# Register resources
4848
class Counter < FastMcp::Resource
4949
uri "example/counter"
50-
resource_name "Counter",
50+
resource_name "Counter"
5151
description "A simple counter resource"
5252
mime_type "application/json"
5353

0 commit comments

Comments
 (0)