mirror of
https://github.com/block/goose.git
synced 2026-04-30 12:39:36 +00:00
added tabs on tutorial TLDR blocks (#2487)
This commit is contained in:
parent
7b81562351
commit
6ec26715b9
24 changed files with 337 additions and 246 deletions
|
|
@ -11,20 +11,24 @@ import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed';
|
|||
|
||||
This tutorial covers how to add the [Blender MCP Server](https://github.com/ahujasid/blender-mcp) as a Goose extension to create 3D scenes, control Blender with natural language, generate models, apply materials, and more.
|
||||
|
||||
|
||||
:::tip TLDR
|
||||
|
||||
**Command**
|
||||
```sh
|
||||
uvx blender-mcp
|
||||
```
|
||||
<Tabs groupId="interface">
|
||||
<TabItem value="ui" label="Goose Desktop" default>
|
||||
[Launch the installer](goose://extension?cmd=uvx&arg=blender-mcp&id=blender&name=Blender&description=Blender%203D%20scene%20creation%20integration)
|
||||
</TabItem>
|
||||
<TabItem value="cli" label="Goose CLI">
|
||||
**Command**
|
||||
```sh
|
||||
uvx blender-mcp
|
||||
```
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
:::
|
||||
|
||||
**Requirement**
|
||||
|
||||
Download [Blender Application](https://www.blender.org/download/) and [Blender MCP Addon file](https://github.com/ahujasid/blender-mcp/blob/main/addon.py)
|
||||
|
||||
:::
|
||||
|
||||
## Configuration
|
||||
|
||||
:::info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue