polydoc-mcp
Advanced tools
@@ -17,2 +17,5 @@ /** | ||
| for (const [key, value] of Object.entries(source)) { | ||
| // The advanced JSON is user-supplied; skip prototype-pollution keys. | ||
| if (key === '__proto__' || key === 'constructor' || key === 'prototype') | ||
| continue; | ||
| if (isPlainObject(value) && isPlainObject(out[key])) { | ||
@@ -19,0 +22,0 @@ out[key] = mergeDeep(out[key], value); |
+1
-1
| { | ||
| "name": "polydoc-mcp", | ||
| "version": "0.1.1", | ||
| "version": "0.1.2", | ||
| "description": "PolyDoc MCP server: HTML/URL to PDF, screenshots, and EU e-invoices (Factur-X / ZUGFeRD) for MCP clients.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
40221
0.45%834
0.36%