mirror of
https://github.com/block/goose.git
synced 2026-05-05 23:40:20 +00:00
docs: description required for "Add Extension" in cli (#5573)
This commit is contained in:
parent
78fd31a47a
commit
efdf22eacd
18 changed files with 281 additions and 224 deletions
|
|
@ -2,7 +2,7 @@
|
|||
sidebar_position: 1
|
||||
title: MCP-UI Extensions
|
||||
sidebar_label: MCP-UI Extensions
|
||||
description: Learn how Goose can render graphical and interactive UI components from MCP-UI-enabled extensions
|
||||
description: Learn how goose can render graphical and interactive UI components from MCP-UI-enabled extensions
|
||||
---
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
|
|
@ -11,7 +11,7 @@ import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller';
|
|||
import CLIExtensionInstructions from '@site/src/components/CLIExtensionInstructions';
|
||||
import { PanelLeft } from 'lucide-react';
|
||||
|
||||
Extensions built on MCP-UI allow Goose Desktop to provide interactive and engaging user experiences. Imagine using a graphical, clickable UI instead of reading text responses and typing all your prompts:
|
||||
Extensions built on MCP-UI allow goose Desktop to provide interactive and engaging user experiences. Imagine using a graphical, clickable UI instead of reading text responses and typing all your prompts:
|
||||
|
||||
<div style={{ width: '100%', maxWidth: '800px', margin: '0 auto' }}>
|
||||
<video
|
||||
|
|
@ -29,11 +29,11 @@ Extensions built on MCP-UI allow Goose Desktop to provide interactive and engagi
|
|||
</div>
|
||||
|
||||
<br/>
|
||||
MCP-UI-enabled extensions return content that Goose can render as embedded UI elements for rich, dynamic, and streamlined interactions.
|
||||
MCP-UI-enabled extensions return content that goose can render as embedded UI elements for rich, dynamic, and streamlined interactions.
|
||||
|
||||
## Try It Out
|
||||
|
||||
See how interactive responses work in Goose.
|
||||
See how interactive responses work in goose.
|
||||
|
||||
### Add Enabled Extension
|
||||
|
||||
|
|
@ -52,6 +52,7 @@ For this exercise, we'll add an MCP-UI-enabled extension that connects to [MCP-U
|
|||
<TabItem value="cli" label="goose CLI">
|
||||
<CLIExtensionInstructions
|
||||
name="rich_demo"
|
||||
description="Demo MCP-UI-enabled extension"
|
||||
type="http"
|
||||
url="https://mcp-aharvard.netlify.app/mcp"
|
||||
timeout={300}
|
||||
|
|
@ -61,7 +62,7 @@ For this exercise, we'll add an MCP-UI-enabled extension that connects to [MCP-U
|
|||
|
||||
### Interact in Chat
|
||||
|
||||
In Goose Desktop, ask:
|
||||
In goose Desktop, ask:
|
||||
|
||||
- `Help me select seats for my flight`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue