Compare commits

...

2 Commits

Author SHA1 Message Date
joeytoday
8e21a2853b docs: update quickstart 2026-01-12 12:18:32 +08:00
joeytoday
c5abe7be37 docs: update MCP command references to use shorthand notation 2026-01-12 12:03:14 +08:00
2 changed files with 5 additions and 5 deletions

View File

@@ -274,14 +274,14 @@ qwen mcp add [options] <name> <commandOrUrl> [args...]
| `--include-tools` | A comma-separated list of tools to include. | all tools included | `--include-tools mytool,othertool` |
| `--exclude-tools` | A comma-separated list of tools to exclude. | none | `--exclude-tools mytool` |
#### Listing servers (`qwen mcp list`)
#### Listing servers (`/mcp list`)
```bash
qwen mcp list
/mcp list
```
#### Removing a server (`qwen mcp remove`)
#### Removing a server (`/mcp remove`)
```bash
qwen mcp remove <name>
/mcp remove <name>
```

View File

@@ -159,7 +159,7 @@ Qwen Code will:
### Test out other common workflows
There are a number of ways to work with Claude:
There are a number of ways to work with Qwen Code:
**Refactor code**