Skip to content

Commit be73930

Browse files
committed
fixup
1 parent 0649d9b commit be73930

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

internal/mcp/mcp_parse.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ var mcpToolListJSON []byte
1313

1414
type ToolDef struct {
1515
Name string
16-
RawName string `json:"name"`
17-
Description string `json:"description"`
18-
InputSchema Schema `json:"inputSchema"`
19-
OutputSchema Schema `json:"outputSchema"`
16+
RawName string `json:"name"`
17+
Description string `json:"description"`
18+
InputSchema SchemaObject `json:"inputSchema"`
19+
OutputSchema SchemaObject `json:"outputSchema"`
2020
}
2121

2222
type RawSchema struct {

0 commit comments

Comments
 (0)