pypreset✓
io.github.KaiErikNiermann/pypreset · v0.4.0
{}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.KaiErikNiermann/pypreset",
"description": "Scaffold Python projects from YAML presets, augment existing projects with CI/tests.",
"title": "pypreset",
"repository": {
"url": "https://github.com/KaiErikNiermann/pypreset",
"source": "github"
},
"version": "0.4.0",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "pypreset",
"version": "0.4.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "--from",
"type": "positional"
},
{
"value": "pypreset[mcp]",
"type": "positional"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}