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.
1 parent 5e395ba commit 69611beCopy full SHA for 69611be
pkg/tools/tools.go
@@ -6,7 +6,7 @@ import (
6
"github.com/modelcontextprotocol/go-sdk/mcp"
7
)
8
9
-type ToolHandler = func(ctx context.Context, toolCall ToolCall) (*ToolCallResult, error)
+type ToolHandler func(ctx context.Context, toolCall ToolCall) (*ToolCallResult, error)
10
11
type ToolCall struct {
12
ID string `json:"id,omitempty"`
0 commit comments