mirror of
https://gitea.com/gitea/gitea-mcp.git
synced 2025-08-23 14:23:05 +00:00
Co-authored-by: hiifong <i@hiif.ong> Reviewed-on: https://gitea.com/gitea/gitea-mcp/pulls/31 Reviewed-by: hiifong <i@hiif.ong> Co-authored-by: yp05327 <576951401@qq.com> Co-committed-by: yp05327 <576951401@qq.com>
20 lines
445 B
JSON
20 lines
445 B
JSON
{
|
|
"name": "Gitea MCP DevContainer",
|
|
"image": "mcr.microsoft.com/devcontainers/go:1.24-bookworm",
|
|
"features": {},
|
|
"customizations": {
|
|
"vscode": {
|
|
"settings": {},
|
|
"extensions": [
|
|
"editorconfig.editorconfig",
|
|
"dbaeumer.vscode-eslint",
|
|
"golang.go",
|
|
"stylelint.vscode-stylelint",
|
|
"DavidAnson.vscode-markdownlint",
|
|
"github.copilot",
|
|
"eamodio.gitlens"
|
|
]
|
|
}
|
|
}
|
|
}
|