Skip to content

Commit 924dc82

Browse files
committed
Update README.md
1 parent ef49586 commit 924dc82

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Convert 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+
2229
You can run the JAR file to see the CLI help.
2330

2431
```

0 commit comments

Comments
 (0)