MCP Server
MCP
io.github.Weavatrix/weavatrix-refactor
Transactional refactoring extension with 11 evidence-backed tools, previews, and rollback.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "weavatrix-refactor",
"version": "1.0.11",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "mcp",
"type": "positional"
},
{
"description": "Absolute path to the initial local repository; defaults to the current directory",
"format": "filepath",
"default": ".",
"type": "positional",
"valueHint": "repoRoot"
}
],
"environmentVariables": [
{
"description": "Set to 1 to authorize confirmed apply operations and rollback to write source files; unset, the refactor tools stay preview-only",
"format": "string",
"name": "WEAVATRIX_ALLOW_SOURCE_EDITS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment