File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 22
33Convert OpenAPI spec to MCP server, OpenAPI operations as tools.
44
5- This MCP server uses stdio transport.
5+ This MCP server uses ` stdio ` transport.
66
77## CLI Options
88
@@ -19,6 +19,13 @@ Currently supported filter conditions:
1919| Operation Id | ` --include-operation-id ` | ` --include-operation-id=Root ` |
2020| Tag | ` --include-tag ` | ` --include-tag=info ` |
2121
22+ The HTTP requests sent to the API can be customized by specifying query parameters and headers.
23+
24+ | Option | CLI option | Example |
25+ | -------------| --------------------------| -----------------------------|
26+ | Query Param | ` --query-param ` | ` --query-param=k1=v1,k2=v2 ` |
27+ | Header | ` --header ` | ` --header=h1=v1,h2=v2 ` |
28+
2229You can run the JAR file to see the CLI help.
2330
2431```
You can’t perform that action at this time.
0 commit comments