first attempts
This commit is contained in:
17
config_opencode/opencode.jsonc
Normal file
17
config_opencode/opencode.jsonc
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"theme": "opencode",
|
||||
"autoupdate": false,
|
||||
"plugin": [],
|
||||
"mcp": {
|
||||
"sequential-thinking": {
|
||||
"type": "local",
|
||||
"command": [
|
||||
"npx",
|
||||
"-y",
|
||||
"@modelcontextprotocol/server-sequential-thinking"
|
||||
],
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user