initial commit

This commit is contained in:
2026-02-18 10:26:44 +01:00
commit a8bccc3dea
8 changed files with 1597 additions and 0 deletions

15
opencode.json Normal file
View File

@@ -0,0 +1,15 @@
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"nixos": {
"type": "local",
"command": ["mcp-nixos"],
"enabled": true
},
"duckduckgo": {
"type": "local",
"command": ["duckduckgo-mcp-server"],
"enabled": true
}
}
}