← Back to Plugins
MCP Server MCP

io.github.Yuuqq/jules-dispatch

github By github 👁 1 views ▲ 0 votes

Batch-dispatch coding tasks to Google Jules: 50 parallel sessions, plan approval, PR collection.

Homepage Verified source GitHub

Install

npx -y @yuuqq/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@yuuqq/jules-dispatch",
      "version": "1.3.2",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Run jules-dispatch as an MCP server over stdio",
          "value": "mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Google Jules API key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "JULES_API_KEY"
        },
        {
          "description": "Default Jules source, e.g. sources/github/owner/repo (optional if every task sets source)",
          "format": "string",
          "name": "JULES_DEFAULT_SOURCE"
        },
        {
          "description": "Default git branch for sessions (defaults to main)",
          "format": "string",
          "name": "JULES_DEFAULT_BRANCH"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...