docs: description required for "Add Extension" in cli (#5573)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Vercel Extension
|
||||
description: Add Vercel MCP Server as a Goose Extension for managing your deployments
|
||||
description: Add Vercel MCP Server as a goose Extension for managing your deployments
|
||||
---
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
@@ -11,7 +11,7 @@ import CLIExtensionInstructions from '@site/src/components/CLIExtensionInstructi
|
||||
|
||||
<YouTubeShortEmbed videoUrl="https://www.youtube.com/embed/-Y-werFKtTw" />
|
||||
|
||||
This tutorial covers how to add the [Vercel MCP Server](https://vercel.com/docs/mcp/vercel-mcp) as a Goose extension to manage your Vercel projects and deployment status directly from Goose.
|
||||
This tutorial covers how to add the [Vercel MCP Server](https://vercel.com/docs/mcp/vercel-mcp) as a goose extension to manage your Vercel projects and deployment status directly from goose.
|
||||
|
||||
:::info
|
||||
Note that you'll need [Node.js](https://nodejs.org/) installed on your system to run installation commands, which use `npx`.
|
||||
@@ -45,6 +45,7 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
|
||||
<TabItem value="cli" label="goose CLI">
|
||||
<CLIExtensionInstructions
|
||||
name="Vercel"
|
||||
description="Access Vercel deployments and manage projects"
|
||||
type="http"
|
||||
url="https://mcp.vercel.com"
|
||||
timeout={300}
|
||||
@@ -54,14 +55,14 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
|
||||
|
||||
## Example Usage
|
||||
|
||||
### Goose Prompt
|
||||
### goose Prompt
|
||||
```
|
||||
Get a list of my Vercel projects via the Vercel MCP server, and build me a table showing when I last deployed the project and other details I should know about their status.
|
||||
```
|
||||
|
||||
The first time you use the Vercel MCP server, you will be prompted to authenticate with Vercel via OAuth.
|
||||
|
||||
### Goose Output
|
||||
### goose Output
|
||||
```
|
||||
I'll help you get your Vercel projects and create a table with deployment details. Let me first get your teams to identify which team to use for listing projects.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user