We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57989c commit 82516abCopy full SHA for 82516ab
1 file changed
internal/infra/mcp/tools/utils.go
@@ -12,7 +12,7 @@ import (
12
13
func Examples[T any](examples ...T) mcp.PropertyOption {
14
return func(schema map[string]any) {
15
- schema["exampes"] = examples
+ schema["examples"] = examples
16
}
17
18
0 commit comments