- Fix frontend Dockerfile reference (Dockerfile not Dockerfile.frontend) - Remove obsolete 'version' attribute from docker-compose.yml - Add --legacy-peer-deps to npm ci in frontend Dockerfile Docker build now works correctly.
30 lines
538 B
JSON
30 lines
538 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"mcp": {
|
|
"sequential-thinking": {
|
|
"type": "local",
|
|
"command": [
|
|
"npx",
|
|
"-y",
|
|
"@modelcontextprotocol/server-sequential-thinking"
|
|
]
|
|
},
|
|
"context7": {
|
|
"type": "local",
|
|
"command": [
|
|
"npx",
|
|
"-y",
|
|
"@context7/mcp-server"
|
|
]
|
|
},
|
|
"universal-skills": {
|
|
"type": "local",
|
|
"command": [
|
|
"npx",
|
|
"-y",
|
|
"github:jacob-bd/universal-skills-manager"
|
|
]
|
|
}
|
|
}
|
|
}
|