@aigne/example-mcp-blocklet 1.11.9 → 1.12.0

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/index.ts +1 -0
  2. package/package.json +5 -5
package/index.ts CHANGED
@@ -125,6 +125,7 @@ await runWithAIGNE(
125
125
  ),
126
126
  skills: [blocklet],
127
127
  memory: new DefaultMemory(),
128
+ inputKey: "message",
128
129
  });
129
130
 
130
131
  return agent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/example-mcp-blocklet",
3
- "version": "1.11.9",
3
+ "version": "1.12.0",
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,13 +20,13 @@
20
20
  "jsonwebtoken": "^9.0.2",
21
21
  "open": "^10.1.2",
22
22
  "zod": "^3.24.4",
23
- "@aigne/agent-library": "^1.13.2",
24
- "@aigne/cli": "^1.11.9",
25
- "@aigne/core": "^1.20.1"
23
+ "@aigne/cli": "^1.13.0",
24
+ "@aigne/core": "^1.22.0",
25
+ "@aigne/agent-library": "^1.15.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/jsonwebtoken": "^9.0.9",
29
- "@aigne/test-utils": "^0.4.2"
29
+ "@aigne/test-utils": "^0.4.4"
30
30
  },
31
31
  "scripts": {
32
32
  "start": "bun run index.ts",