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
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
1
# OpenAPI MCP Server
2
2
3
-
Convert OpenAPI spec to MCP server, OpenAPI operations as tools
3
+
Convert OpenAPI spec to MCP server, OpenAPI operations as tools.
4
+
5
+
This MCP server uses stdio transport.
4
6
5
7
## CLI Options
6
8
7
9
When running the MCP server, an OpenAPI spec is required. It can be either a file path or URL.
8
10
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'.
11
+
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`.
10
12
11
13
Currently supported filter conditions:
12
14
@@ -42,10 +44,18 @@ Run OpenAPI MCP server
42
44
43
45
## How to Run
44
46
47
+
### Standalone JAR file
48
+
49
+
Download latest [release JAR file](https://github.com/JavaAIDev/openapi-mcp-server/releases) and run it using `java -jar`.
0 commit comments