MCP Server
MCP
Research Repo Doctor
Deterministic Artifact Evaluation preflight and run-path grader for research repositories.
Install
uvx rrdoctor
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "rrdoctor",
"version": "0.2.24",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "--from",
"type": "positional"
},
{
"value": "rrdoctor[mcp]==0.2.24",
"type": "positional"
},
{
"value": "rrdoctor",
"type": "positional"
}
],
"packageArguments": [
{
"value": "mcp",
"type": "positional"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment