We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd9bc4 commit 6842886Copy full SHA for 6842886
1 file changed
pkg/toolsets/toolsets.go
@@ -46,9 +46,6 @@ func NewServerTool[In any, Out any](tool mcp.Tool, handler mcp.ToolHandlerFor[In
46
}
47
48
resp, _, err := handler(ctx, req, arguments)
49
- if err != nil {
50
- return nil, err
51
- }
52
53
return resp, err
54
0 commit comments