Skip to content

Commit cbf1596

Browse files
committed
Uncomment example code
1 parent 951394d commit cbf1596

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/mark3labs/mcp-go/example_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func Example() {
2424
ddHooks.AddHooks(hooks)
2525

2626
// Use hooks with your MCP server
27-
// srv := server.NewMCPServer("my-server", "1.0.0",
28-
// server.WithHooks(hooks))
29-
_ = hooks
27+
srv := server.NewMCPServer("my-server", "1.0.0",
28+
server.WithHooks(hooks))
29+
_ = srv
3030
}

0 commit comments

Comments
 (0)