← Back to Plugins
MCP Server MCP

redline

github By github 👁 1 views ▲ 0 votes

Run local prompt regression checks from prompt-response logs in AI coding assistants.

Homepage Verified source GitHub

Install

uvx redline-ai

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "redline-ai",
      "version": "0.3.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Install the redline-ai package version that matches this registry entry.",
          "value": "redline-ai==0.3.0",
          "type": "named",
          "name": "--from"
        },
        {
          "description": "Run the redline MCP stdio entrypoint.",
          "value": "redline-mcp",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...