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 cbc215a commit fa562d4Copy full SHA for fa562d4
packages/mcp-server/README.md
@@ -4,6 +4,17 @@ It is generated with [Stainless](https://www.stainless.com/).
4
5
## Installation
6
7
+### Via the CLI
8
+
9
+You can run the MCP Server [from our CLI](https://github.com/stainless-api/stainless-api-cli):
10
11
+```sh
12
+stl auth login
13
+stl mcp
14
+```
15
16
+The CLI reads the from the `stainless-workspace.json` to know which project you're editing and uses the stored credentials.
17
18
### Direct invocation
19
20
You can run the MCP Server directly via `npx`:
0 commit comments