We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef49586 commit 924dc82Copy full SHA for 924dc82
1 file changed
README.md
@@ -2,7 +2,7 @@
2
3
Convert OpenAPI spec to MCP server, OpenAPI operations as tools.
4
5
-This MCP server uses stdio transport.
+This MCP server uses `stdio` transport.
6
7
## CLI Options
8
@@ -19,6 +19,13 @@ Currently supported filter conditions:
19
| Operation Id | `--include-operation-id` | `--include-operation-id=Root` |
20
| Tag | `--include-tag` | `--include-tag=info` |
21
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
29
You can run the JAR file to see the CLI help.
30
31
```
0 commit comments