docs: Asana tutorial (#1806)

This commit is contained in:
Angie Jones
2025-03-20 22:57:11 -05:00
committed by GitHub
parent dabb9b36a6
commit 65295f1d8b
5 changed files with 320 additions and 9 deletions

View File

@@ -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]