Skip to content

Commit ef57b58

Browse files
committed
set variable name for embedded json
1 parent 560e8e3 commit ef57b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/mcp/mcp_parse.go

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

1313
//go:embed mcp_tools.json
14-
var _ []byte
14+
var mcpToolListJSON []byte
1515

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

0 commit comments

Comments
 (0)