Skip to content

Commit 2b9fada

Browse files
pusewiczkoic
andauthored
Change order
Co-authored-by: Koichi ITO <[email protected]>
1 parent 8c4f0ae commit 2b9fada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mcp/tool/input_schema.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def initialize(properties: {}, required: [])
1616
end
1717

1818
def ==(other)
19-
other.is_a?(InputSchema) && other.properties == properties && other.required == required
19+
other.is_a?(InputSchema) && properties == other.properties && required == other.required
2020
end
2121

2222
def to_h

0 commit comments

Comments
 (0)