docs: lowercase goose in remaining topics (#5861)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Square MCP Extension
|
||||
description: Add the Square API as a Goose Extension
|
||||
description: Add the Square API as a goose Extension
|
||||
---
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
@@ -22,7 +22,7 @@ import CLIExtensionInstructions from '@site/src/components/CLIExtensionInstructi
|
||||
</details>
|
||||
|
||||
|
||||
This tutorial will get you started with the [Square MCP server](https://developer.squareup.com/docs/mcp) to enable interactive and automated work for your Square seller account. The Square MCP server is an open source project that allows you to interact with the Square API using Goose.
|
||||
This tutorial will get you started with the [Square MCP server](https://developer.squareup.com/docs/mcp) to enable interactive and automated work for your Square seller account. The Square MCP server is an open source project that allows you to interact with the Square API using goose.
|
||||
|
||||
Square offers two versions of the MCP server:
|
||||
|
||||
@@ -55,9 +55,9 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
|
||||
<TabItem value="ui" label="goose Desktop" default>
|
||||
1. [Launch the installer](https://mcp.squareup.com/goose)
|
||||
2. Click `OK` to confirm the installation
|
||||
3. Goose should open a browser tab to an OAuth permissions page. Double-check which permissions you want to allow, and click `Grant Access`.
|
||||
3. goose should open a browser tab to an OAuth permissions page. Double-check which permissions you want to allow, and click `Grant Access`.
|
||||
4. It will ask you to login or reauthenticate to Square, and may ask you to confirm the permissions you want to allow.
|
||||
5. In Goose, navigate to the chat
|
||||
5. In goose, navigate to the chat
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="cli" label="goose CLI">
|
||||
@@ -68,7 +68,7 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
|
||||
timeout={300}
|
||||
/>
|
||||
|
||||
When you start the next session, Goose will open a browser where you can grant permissions and sign in to your Square account.
|
||||
When you start the next session, goose will open a browser where you can grant permissions and sign in to your Square account.
|
||||
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
@@ -141,7 +141,7 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
|
||||
|
||||
The Square MCP server allows you to interact with Square's connect API with an extensive [service catalog](https://github.com/square/square-mcp-server?tab=readme-ov-file#service-catalog) to access the Square API ecosystem.
|
||||
|
||||
#### Goose Prompt
|
||||
#### goose Prompt
|
||||
|
||||
```
|
||||
( O)> Find my food menu from the following image and import these into my Square seller account. "my-burger-menu.png"
|
||||
@@ -149,7 +149,7 @@ The Square MCP server allows you to interact with Square's connect API with an e
|
||||
|
||||
[Here's the menu image used in the demo.](../assets/guides/square-mcp-goosin-menu.png)
|
||||
|
||||
#### Goose Output
|
||||
#### goose Output
|
||||
|
||||
```
|
||||
I'll help you import these menu items into your Square catalog. I'll use the Square API to create catalog items for each burger. Let me break this down into steps:
|
||||
|
||||
Reference in New Issue
Block a user