mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 22:24:21 +01:00
docs: Asana tutorial (#1806)
This commit is contained in:
@@ -67,7 +67,17 @@ goose configure
|
||||
goose session --with-extension <command>
|
||||
```
|
||||
|
||||
Can also include environment variables (e.g., `'GITHUB_TOKEN={your_token} npx -y @modelcontextprotocol/server-github'`)
|
||||
**Examples:**
|
||||
|
||||
```bash
|
||||
goose session --with-extension "npx -y @modelcontextprotocol/server-memory"
|
||||
```
|
||||
|
||||
With environment variable:
|
||||
|
||||
```bash
|
||||
goose session --with-extension "GITHUB_PERSONAL_ACCESS_TOKEN=<YOUR_TOKEN> npx -y @modelcontextprotocol/server-github"
|
||||
```
|
||||
|
||||
- Start a session with the specified [built-in extension](/docs/getting-started/using-extensions#built-in-extensions) enabled (e.g. 'developer')
|
||||
|
||||
@@ -81,6 +91,12 @@ goose configure
|
||||
goose session --with-builtin <id>
|
||||
```
|
||||
|
||||
**Example:**
|
||||
|
||||
```bash
|
||||
goose session --with-builtin computercontroller
|
||||
```
|
||||
|
||||
---
|
||||
### session list [options]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user