@wacry/json-patch-mcp
v1.0.7
Published
MCP JSON Patch utility to apply RFC 6902 patches to JSON files with robust error mapping.
Maintainers
Readme
Json Patch MCP
Apply RFC 6902 JSON Patch arrays to JSON files via MCP.
Use via npx (MCP)
{
"mcpServers": {
"json_patch": {
"command": "npx",
"args": ["-y","@wacry/[email protected]"]
}
}
}Starts an MCP stdio server exposing apply_json_patch_to_file. Writes back to the file and returns status only. filePath MUST be absolute.
Notes:
- Node.js >= 20 is required.
