We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e793f commit 9747156Copy full SHA for 9747156
mcp/tools.go
@@ -105,7 +105,7 @@ func (t Tool) MarshalJSON() ([]byte, error) {
105
106
type ToolInputSchema struct {
107
Type string `json:"type"`
108
- Properties map[string]interface{} `json:"properties,omitempty"`
+ Properties map[string]interface{} `json:"properties"`
109
Required []string `json:"required,omitempty"`
110
}
111
0 commit comments