Skip to content

Commit 73b6673

Browse files
committed
temporarily ignore embedded json
1 parent 3f24d7d commit 73b6673

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
@@ -10,7 +10,7 @@ import (
1010
)
1111

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

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

0 commit comments

Comments
 (0)