Skip to content

Commit 824ee13

Browse files
committed
fixup after refactor
1 parent 2414ed5 commit 824ee13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/src/mcp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func mcpMain(args []string) error {
3737
return handleMcpTool(tool, args[1:])
3838
}
3939

40-
func handleMcpTool(tool *mcp.MCPToolDef, args []string) error {
40+
func handleMcpTool(tool *mcp.ToolDef, args []string) error {
4141
fmt.Printf("handling tool %q args: %+v", tool.Name, args)
4242
return nil
4343
}

0 commit comments

Comments
 (0)