Skip to content

Commit cdf5b1c

Browse files
authored
Merge pull request #171 from koic/fix_incorrect_schema_name
[Doc] Fix incorrect schema name
2 parents 61d48cd + fb67a9b commit cdf5b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ Output schema may also describe an array of objects:
551551
class WeatherTool < MCP::Tool
552552
output_schema(
553553
type: "array",
554-
item: {
554+
items: {
555555
properties: {
556556
temperature: { type: "number" },
557557
condition: { type: "string" },

0 commit comments

Comments
 (0)