Skip to content

Commit 380f36a

Browse files
committed
set variable name for embedded json
1 parent f243dec commit 380f36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/src/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 MCPToolDef struct {
1717
Name string `json:"name"`

0 commit comments

Comments
 (0)