first attempts

This commit is contained in:
2026-01-18 19:03:38 +01:00
commit 93da0b117e
6 changed files with 1533 additions and 0 deletions

View 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
}
}
}