Serversio.github.saajunaid/junai-mcp
M

junai Pipeline MCP

io.github.saajunaid/junai-mcp · v0.1.1
▦ pypi
v0.1.1pypi pypi: junai-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.saajunaid/junai-mcp",
  "description": "Agentic pipeline orchestration MCP server for AI-driven development workflows.",
  "title": "junai Pipeline MCP",
  "repository": {
    "url": "https://github.com/saajunaid/junai",
    "source": "github"
  },
  "version": "0.1.1",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "junai-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to pipeline-state.json. Defaults to .github/pipeline-state.json relative to the workspace root (detected by searching upward from the current directory for a .github folder).",
          "format": "string",
          "name": "PIPELINE_STATE_PATH"
        },
        {
          "description": "Explicit workspace root path override. Use if automatic detection (searching upward for .github) does not find the correct root.",
          "format": "string",
          "name": "JUNAI_WORKSPACE_ROOT"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}