@casys/mcp-erpnext 3.1.0-beta.5 → 3.1.0-beta.6
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 +1 -1
- package/package.json +1 -1
- package/ui-dist/chart-viewer/index.html +29 -29
- package/ui-dist/doc-viewer/index.html +13 -13
- package/ui-dist/doclist-viewer/index.html +29 -29
- package/ui-dist/funnel-viewer/index.html +28 -28
- package/ui-dist/invoice-viewer/index.html +29 -29
- package/ui-dist/kanban-viewer/index.html +13 -13
- package/ui-dist/kpi-viewer/index.html +37 -37
- package/ui-dist/stock-viewer/index.html +28 -28
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
|
package/mcp-erpnext.mjs
CHANGED
|
@@ -59077,7 +59077,7 @@ async function main() {
|
|
|
59077
59077
|
);
|
|
59078
59078
|
const server = new McpApp({
|
|
59079
59079
|
name: "mcp-erpnext",
|
|
59080
|
-
version: "3.1.0-beta.
|
|
59080
|
+
version: "3.1.0-beta.6",
|
|
59081
59081
|
transport: "stateless",
|
|
59082
59082
|
cache: {
|
|
59083
59083
|
ttlMs: 36e5,
|