This commit refactors the Dockerfile to: - Reintroduce the programmer user creation with sudo privileges - Add necessary system dependencies for development tools - Update Go installation to include PATH in root's bashrc - Install github-linguist gem It also includes the addition of a new linguist command module with functions to interact with GitHub Linguist for language statistics and file information retrieval.
10 lines
163 B
JSON
10 lines
163 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"mcp": {
|
|
"PMO-Crazy-coder": {
|
|
"type": "remote",
|
|
"url": "http://localhost:7860/mcp"
|
|
}
|
|
}
|
|
}
|