diff --git a/README.md b/README.md index f7f2627..5ffd8d2 100644 --- a/README.md +++ b/README.md @@ -551,7 +551,7 @@ Output schema may also describe an array of objects: class WeatherTool < MCP::Tool output_schema( type: "array", - item: { + items: { properties: { temperature: { type: "number" }, condition: { type: "string" },