Skip to content

Commit 82516ab

Browse files
committed
fix: correct pre-existing typo in Examples function schema key
1 parent b57989c commit 82516ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/infra/mcp/tools/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
func Examples[T any](examples ...T) mcp.PropertyOption {
1414
return func(schema map[string]any) {
15-
schema["exampes"] = examples
15+
schema["examples"] = examples
1616
}
1717
}
1818

0 commit comments

Comments
 (0)