@daeda/mcp-pro 0.1.17 → 0.1.18

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/dist/index.js +8014 -5768
  2. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daeda/mcp-pro",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "description": "MCP server for HubSpot CRM — sync, query, and manage your portal data",
5
5
  "type": "module",
6
6
  "bin": {
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "scripts": {
20
20
  "build": "tsup",
21
- "dev": "bun run --watch src/index.ts",
21
+ "dev": "websocket_url=ws://localhost:3001 DAEDA_LICENSE_KEY=daeda_mcp_N_4jl0bST3BzFPLv68BL4_fuk8zYUF_eLhQIEDNWQXc DEV=DEV bun run --watch src/index.ts",
22
22
  "start": "bun run src/index.ts",
23
23
  "prepublishOnly": "bun run build",
24
24
  "release:patch": "npm version patch && npm publish --access public",