codeg-acp-fs-patch

tygczhao/codeg-acp-fs-patch
★ 0 stars Unknown language Code/Dev Tools Updated today
Build patched codeg-server/mcp (disable ACP client FS for Grok image read_file)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "codeg-acp-fs-patch": {
      "command": "npx",
      "args": [
        "-y",
        "tygczhao/codeg-acp-fs-patch"
      ]
    }
  }
}

README Excerpt

在 **自有 GitHub 仓库** 里按需编译带补丁的 [xintaofei/codeg](https://github.com/xintaofei/codeg): - **补丁**:ACP `initialize` **不声明** client FS(`fs/read_text_file`) - **效果**:Grok 本地 `read_file`,可读 PNG 等图片(`ImageContent`) - **产物**:仅 `codeg-server` + `codeg-mcp`(linux x64) > 无需对上游 `xintaofei/codeg` 有写权限;workflow 只读下载上游 release 源码后打补丁编译。