DeeboServer

snagasuri
GitHub
DebuggingAutonomous AgentsCoding Agents

Loading subscription status...

💡 Description

Deebo is a debugging copilot for your AI coding agent that accelerates resolution time by up to ten times. If your main coding agent is a single-threaded process, Deebo incorporates multitasking into your development workflow.

📝 JSON Entries

{
  "mcpServers": [
    {
      "deebo-guide": {
        "env": {},
        "args": [
          "--experimental-specifier-resolution=node",
          "--experimental-modules",
          "/Users/[your-name]/.deebo/guide-server.js"
        ],
        "command": "node"
      }
    },
    {
      "deebo": {
        "env": {
          "NODE_ENV": "development",
          "MOTHER_HOST": "openrouter",
          "MOTHER_MODEL": "anthropic/claude-3.5-sonnet",
          "SCENARIO_HOST": "openrouter",
          "SCENARIO_MODEL": "deepseek/deepseek-chat",
          "USE_MEMORY_BANK": "true",
          "OPENROUTER_API_KEY": "your-openrouter-api-key"
        },
        "args": [
          "--experimental-specifier-resolution=node",
          "--experimental-modules",
          "--max-old-space-size=4096",
          "/Users/[your-name]/.deebo/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

startcheckcanceladd_observation

Features

  • Create isolated Git branches to test debugging hypotheses
  • Integrate with GitHub repositories for debugging support

💬 Example Queries

  • This error occurs in `/path/to/repo`, possibly related to authentication logic. I've already checked the session token parser. Can you delegate this to Deebo?
  • Check the status of the debugging session using the session ID.