mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 22:24:21 +01:00
added tabs on tutorial TLDR blocks (#2487)
This commit is contained in:
@@ -202,16 +202,15 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
|
||||
```sh
|
||||
npx square-mcp-server start
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
**Environment Variables**
|
||||
```
|
||||
ACCESS_TOKEN: <YOUR_API_KEY>
|
||||
SANDBOX: <true/false>
|
||||
PRODUCTION: <true/false>
|
||||
```
|
||||
</TabItem>
|
||||
|
||||
</Tabs>
|
||||
Note that you'll use `SANDBOX` -or- `PRODUCTION`, not both, and your `ACCESS_TOKEN` will either be a sandbox or production token, depending on which environment you choose.
|
||||
:::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user