github Python analyzed · update queued 39e9000 (2 behind)

zzzjjack/chatgpt-deepseek-bridge

github

MCP bridge for delegating coding tasks from ChatGPT to a local Hermes-backed agent, with async jobs, persistence, Git verification, and recovery.

maintainer
zzzjjack
license
MIT
first seen
2026-08-12
last seen
2026-08-12
releases · 30d
0
short id

Drift inferred · capture-to-capture

No drift recorded — single capability capture; advisories appear once its surface changes.

capabilities 1 tools
transport stdio counts 1 tools · 0 res · 0 prompts permission surface via README inference

tools

  • bridge_status

    Bridge/tunnel health, lock state, recent jobs

code evidence vHEAD · github-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

code files: 18

filesystem 6

  • fs zzzjjack-chatgpt-deepseek-bridge-39e9000/bridge_core.py :21 import shutil
  • fs zzzjjack-chatgpt-deepseek-bridge-39e9000/git_helper.py :15 import shutil
  • fs zzzjjack-chatgpt-deepseek-bridge-39e9000/test_async_flow.py :28 with open(INV_LOG, encoding="utf-8") as f:
  • fs (weak) zzzjjack-chatgpt-deepseek-bridge-39e9000/tests/test_git_verification.py :15 import shutil
  • fs (weak) zzzjjack-chatgpt-deepseek-bridge-39e9000/tests/test_server_discover_compat.py :6 import shutil
  • fs zzzjjack-chatgpt-deepseek-bridge-39e9000/watchdog.py :41 with open(LOG_FILE, "a", encoding="utf-8") as f:

shell / exec 4

  • shell zzzjjack-chatgpt-deepseek-bridge-39e9000/bridge_core.py :22 import subprocess
  • shell zzzjjack-chatgpt-deepseek-bridge-39e9000/git_helper.py :16 import subprocess
  • shell (weak) zzzjjack-chatgpt-deepseek-bridge-39e9000/tests/test_server_discover_compat.py :7 import subprocess
  • shell zzzjjack-chatgpt-deepseek-bridge-39e9000/watchdog.py :14 import subprocess

network 1

  • net zzzjjack-chatgpt-deepseek-bridge-39e9000/watchdog.py :17 import urllib.request

declared dependencies 1

  • mcp@==1.28.1