@usejunior/safe-docx
Advanced tools
+2
-2
| { | ||
| "name": "@usejunior/safe-docx", | ||
| "version": "0.16.0", | ||
| "version": "0.17.0", | ||
| "description": "Edit Word (.docx) and OpenDocument (.odt) files with tracked changes, redlines, and formatting preservation. Built for AI coding agents. Apache-2.0 licensed, 100% local processing.", | ||
@@ -28,3 +28,3 @@ "mcpName": "io.github.UseJunior/safe-docx", | ||
| "dependencies": { | ||
| "@usejunior/docx-mcp": "^0.16.0" | ||
| "@usejunior/docx-mcp": "^0.17.0" | ||
| }, | ||
@@ -31,0 +31,0 @@ "engines": { |
+4
-22
| # @usejunior/safe-docx | ||
| [](https://www.npmjs.com/package/@usejunior/safe-docx) | ||
| [](https://github.com/UseJunior/safe-docx/actions/workflows/ci.yml) | ||
| [](https://github.com/UseJunior/safe-docx/blob/main/LICENSE) | ||
| The Safe Docx MCP server. | ||
| Canonical npm install name for Safe Docx MCP workflows. | ||
| Use this package when you want coding agents to perform surgical edits on existing Word `.docx` documents with formatting preservation. | ||
| ## Install and Run | ||
| ```bash | ||
| npx -y @usejunior/safe-docx | ||
| npm install --global @usejunior/safe-docx | ||
| safe-docx | ||
| ``` | ||
| Implementation is provided by `@usejunior/docx-mcp`; this package re-exports the public API and CLI entrypoint under the canonical name. | ||
| ## Scope | ||
| `@usejunior/safe-docx` is focused on brownfield editing of existing `.docx` files. | ||
| If your primary use case is creating new documents from scratch, use generation-oriented packages such as [`docx`](https://www.npmjs.com/package/docx). | ||
| ## Full Docs | ||
| - `packages/docx-mcp/README.md` | ||
| - `packages/docx-mcp/docs/tool-reference.generated.md` | ||
| See [installation and verification](../../docs/installation.md), the [tutorial](../../docs/tutorial.md), and the [tool reference](../docx-mcp/docs/tool-reference.generated.md). |
+2
-2
@@ -6,3 +6,3 @@ { | ||
| "description": "AI-native surgical editing of Word .docx and OpenDocument .odt files with formatting preservation", | ||
| "version": "0.16.0", | ||
| "version": "0.17.0", | ||
| "websiteUrl": "https://usejunior.com/developer-tools/safe-docx", | ||
@@ -22,3 +22,3 @@ "icons": [ | ||
| "identifier": "@usejunior/safe-docx", | ||
| "version": "0.16.0", | ||
| "version": "0.17.0", | ||
| "transport": { | ||
@@ -25,0 +25,0 @@ "type": "stdio" |
15179
-5.53%11
-62.07%+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
Updated