@aigne/example-mcp-blocklet 1.16.11 → 1.16.12

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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # MCP Blocklet Demo
2
2
 
3
+ <p align="center">
4
+ <picture>
5
+ <source srcset="https://raw.githubusercontent.com/AIGNE-io/aigne-framework/main/logo-dark.svg" media="(prefers-color-scheme: dark)">
6
+ <source srcset="https://raw.githubusercontent.com/AIGNE-io/aigne-framework/main/logo.svg" media="(prefers-color-scheme: light)">
7
+ <img src="https://raw.githubusercontent.com/AIGNE-io/aigne-framework/main/logo.svg" alt="AIGNE Logo" width="400" />
8
+ </picture>
9
+ </p>
10
+
3
11
  This demo demonstrates how to use [AIGNE Framework](https://github.com/AIGNE-io/aigne-framework) and MCP to interact with apps hosted on the [Blocklet platform](https://www.blocklet.io). The example now supports both one-shot and interactive chat modes, along with customizable model settings and pipeline input/output.
4
12
 
5
13
  ## Prerequisites
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/example-mcp-blocklet",
3
- "version": "1.16.11",
3
+ "version": "1.16.12",
4
4
  "description": "A demonstration of using AIGNE Framework and MCP Server hosted by the Blocklet platform",
5
5
  "author": "Arcblock <blocklet@arcblock.io> https://github.com/blocklet",
6
6
  "homepage": "https://github.com/AIGNE-io/aigne-framework/tree/main/examples/mcp-blocklet",
@@ -20,14 +20,14 @@
20
20
  "jsonwebtoken": "^9.0.2",
21
21
  "open": "^10.1.2",
22
22
  "zod": "^3.25.67",
23
- "@aigne/agent-library": "^1.21.10",
24
- "@aigne/cli": "^1.30.1",
25
- "@aigne/core": "^1.43.0",
26
- "@aigne/default-memory": "^1.0.10"
23
+ "@aigne/agent-library": "^1.21.11",
24
+ "@aigne/cli": "^1.30.2",
25
+ "@aigne/core": "^1.43.1",
26
+ "@aigne/default-memory": "^1.0.11"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/jsonwebtoken": "^9.0.10",
30
- "@aigne/test-utils": "^0.5.18"
30
+ "@aigne/test-utils": "^0.5.19"
31
31
  },
32
32
  "scripts": {
33
33
  "start": "bun run index.ts",