MCP Server
MCP
redline
Run local prompt regression checks from prompt-response logs in AI coding assistants.
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
By
Comments
Sign in to leave a comment