@easynet/agent-tool 1.0.41 → 1.0.43

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easynet/agent-tool",
3
- "version": "1.0.41",
3
+ "version": "1.0.43",
4
4
  "description": "MCP build: init → build → run. Turn your project (@tool, SKILL, n8n) into a standalone MCP npm server (no framework embedding, no package conflict).",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "scripts": {
42
42
  "build": "npx tsup && npx tsc -p tsconfig.dts.json && (mkdir -p dist/templates && cp src/api/expose/mcp-build/templates/*.js dist/templates/ 2>/dev/null || true)",
43
- "build:ext": "cd extensions/builtin-tools && npm install && npm run build && cd ../example-tools && npm install && npm run build",
43
+ "build:ext": "node scripts/build-ext.mjs",
44
44
  "dev": "npx tsup --watch",
45
45
  "test": "npm run build && npx tsx test/scripts/ensure-real-packages.ts && node test/scripts/run-vitest.mjs run",
46
46
  "test:watch": "npx tsx test/scripts/ensure-real-packages.ts && node test/scripts/run-vitest.mjs",
@@ -54,8 +54,8 @@
54
54
  "agent:stock": "echo 'Use: npx @easynet/agent-orchestra or run your own script'"
55
55
  },
56
56
  "dependencies": {
57
- "@easynet/agent-common": "^1.0.0",
58
- "@easynet/agent-llm": "^1.0.0",
57
+ "@easynet/agent-common": "latest",
58
+ "@easynet/agent-llm": "latest",
59
59
  "@langchain/core": ">=0.3.0",
60
60
  "@langchain/openai": "^1.2.3",
61
61
  "@modelcontextprotocol/sdk": ">=1.25.0",