You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,16 @@ Convert OpenAPI spec to MCP server, OpenAPI operations as tools
6
6
7
7
When running the MCP server, an OpenAPI spec is required. It can be either a file path or URL.
8
8
9
-
The MCP server also provides options to filter operations to be converted as MCP tools.
9
+
The MCP server also provides options to filter operations to be converted as MCP tools. Filter conditions of the same type are combined using `OR`, while filter conditions of different types are combined using 'AND'.
0 commit comments