File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ Use it in two ways:
99- ** Python library** — import ` openapi_mcp_sdk ` in your own project to build a
1010 custom MCP server on top of openapi.com APIs.
1111
12- ---
1312
1413## Run the server
1514
@@ -31,7 +30,6 @@ pipx run openapi-mcp-sdk server
3130pip install openapi-mcp-sdk && openapi-mcp-sdk server
3231```
3332
34- ---
3533
3634## Local launcher script
3735
@@ -59,7 +57,6 @@ Next time, just run:
5957bash mcp-server.sh
6058```
6159
62- ---
6360
6461## CLI reference
6562
@@ -72,7 +69,6 @@ Commands:
7269 token Generate or inspect an openapi.com Bearer token [coming soon]
7370```
7471
75- ---
7672
7773## MCP client configuration
7874
@@ -110,7 +106,6 @@ Get your Bearer Token at [console.openapi.com](https://console.openapi.com/oauth
110106The server automatically promotes ` ?token= ` to an ` Authorization: Bearer ` header,
111107so both methods behave identically.
112108
113- ---
114109
115110## Links
116111
You can’t perform that action at this time.
0 commit comments