← Back to Plugins
MCP Server MCP

io.github.ahmedEid1/forgejudge

github By github 👁 1 views ▲ 0 votes

Open eval leaderboard + CI gate for autonomous coding agents (solve, score, trace).

Homepage Verified source GitHub

Install

uvx forgejudge

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "forgejudge",
      "version": "0.1.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "forgejudge[mcp]==0.1.0",
          "type": "named",
          "name": "--from"
        },
        {
          "value": "python",
          "type": "positional"
        },
        {
          "value": "-m",
          "type": "positional"
        },
        {
          "value": "forgejudge.mcp.server",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...