mirror of
https://github.com/samvallad33/vestige.git
synced 2026-06-08 20:25:16 +02:00
Update CONFIGURATION.md with Opencode TUI details
Added configuration instructions for Opencode TUI/Desktop.
This commit is contained in:
parent
cd496e562c
commit
c9f457dd94
1 changed files with 14 additions and 0 deletions
|
|
@ -141,6 +141,20 @@ Add to `%APPDATA%\Claude\claude_desktop_config.json`:
|
|||
}
|
||||
```
|
||||
|
||||
### Opencode TUI/Desktop
|
||||
|
||||
You can put it at various different locations. I recommend `opencode.json` in the project folder.
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"vestige": {
|
||||
"command": "vestige-mcp"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Custom Data Directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue