MCP Server
MCP
Patchloom
Agent-safe structured edits: JSON/YAML/TOML/md/AST, dry-run, batch/tx. Not a filesystem MCP.
Install
cargo:[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "cargo",
"identifier": "patchloom",
"version": "0.30.0",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "mcp-server",
"type": "positional"
}
]
},
{
"registryType": "npm",
"identifier": "patchloom",
"version": "0.30.0",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "mcp-server",
"type": "positional"
}
]
}
]
}
mcp
model-context-protocol
cargo
npm
By
Comments
Sign in to leave a comment