This commit is contained in:
MCP Packages
2026-02-04 15:53:58 +01:00
parent f718c3f895
commit 6902073113
3 changed files with 23 additions and 1 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
},
"manim": {
"type": "local",
"command": ["manim-mcp-server"],
"enabled": true
}
}
}