OpenTUI is here (#2685)

This commit is contained in:
Dax 2025-10-31 15:07:36 -04:00 committed by GitHub
parent 81c617770d
commit 96bdeb3c7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
104 changed files with 8459 additions and 716 deletions

View file

@ -1,3 +1,17 @@
{
"$schema": "https://opencode.ai/config.json"
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-openai-codex-auth"],
"mcp": {
"weather": {
"type": "local",
"command": ["bun", "x", "@h1deya/mcp-server-weather"]
},
"context7": {
"type": "remote",
"url": "https://mcp.context7.com/mcp",
"headers": {
"CONTEXT7_API_KEY": "{env:CONTEXT7_API_KEY}"
}
}
}
}