Skip to content

Commit 69611be

Browse files
committed
Shorter notation
Signed-off-by: David Gageot <[email protected]>
1 parent 5e395ba commit 69611be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/tools/tools.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/modelcontextprotocol/go-sdk/mcp"
77
)
88

9-
type ToolHandler = func(ctx context.Context, toolCall ToolCall) (*ToolCallResult, error)
9+
type ToolHandler func(ctx context.Context, toolCall ToolCall) (*ToolCallResult, error)
1010

1111
type ToolCall struct {
1212
ID string `json:"id,omitempty"`

0 commit comments

Comments
 (0)