Skip to content

Commit d129dcd

Browse files
committed
set variable name for embedded json
1 parent 2612c77 commit d129dcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/mcp/mcp_parse.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
//go:embed mcp_tools.json
13-
var _ []byte
13+
var mcpToolListJSON []byte
1414

1515
type ToolDef struct {
1616
Name string `json:"name"`

0 commit comments

Comments
 (0)