@casys/mcp-erpnext 3.1.0-beta.5 → 3.1.0-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -6
- package/mcp-erpnext.mjs +1344 -1301
- package/package.json +1 -1
- package/ui-dist/chart-viewer/index.html +54 -54
- package/ui-dist/doc-viewer/index.html +39 -39
- package/ui-dist/doclist-viewer/index.html +31 -31
- package/ui-dist/funnel-viewer/index.html +30 -30
- package/ui-dist/invoice-viewer/index.html +40 -40
- package/ui-dist/kanban-viewer/index.html +42 -42
- package/ui-dist/kpi-viewer/index.html +40 -40
- package/ui-dist/stock-viewer/index.html +30 -30
package/README.md
CHANGED
|
@@ -10,12 +10,13 @@ English | [繁體中文](README.zh-TW.md)
|
|
|
10
10
|
[](LICENSE)
|
|
11
11
|
|
|
12
12
|
> [!IMPORTANT]
|
|
13
|
-
> **Installing the 3.1 beta:**
|
|
14
|
-
>
|
|
15
|
-
>
|
|
16
|
-
>
|
|
17
|
-
>
|
|
18
|
-
>
|
|
13
|
+
> **Installing the 3.1 beta:** for npm/Node use
|
|
14
|
+
> `npx -y @casys/mcp-erpnext@next`; for Deno use
|
|
15
|
+
> `deno run -A jsr:@casys/mcp-erpnext@^3.1.0-beta/server`. Both follow the
|
|
16
|
+
> current prerelease — JSR has no dist-tags, hence the range there. Exact
|
|
17
|
+
> versions are in the [CHANGELOG](CHANGELOG.md). The beta adds the generic
|
|
18
|
+
> document viewer and attachment workflows, so test it with the MCP host your
|
|
19
|
+
> users actually run before replacing a stable deployment.
|
|
19
20
|
|
|
20
21
|
Let any MCP-compatible AI agent operate your [ERPNext](https://erpnext.com) /
|
|
21
22
|
Frappe instance — documents, workflows, and interactive viewers inside the host
|