@symbo.ls/mcp-server 3.7.4 → 3.7.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.
Files changed (2) hide show
  1. package/package.json +2 -6
  2. package/src/mcp-handler.js +855 -418
package/package.json CHANGED
@@ -1,18 +1,14 @@
1
1
  {
2
2
  "name": "@symbo.ls/mcp-server",
3
- "version": "3.7.4",
3
+ "version": "3.7.6",
4
4
  "description": "HTTP proxy for the Symbols MCP server — runs as a Cloudflare Worker",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
7
  "scripts": {
8
8
  "build": "node build.js",
9
- "prestart": "node build.js",
10
9
  "start": "node index.js",
11
- "dev": "node build.js && NODE_ENV=development node index.js",
12
10
  "predeploy": "node build.js",
13
- "deploy": "npx wrangler deploy",
14
- "deploy:staging": "node build.js && npx wrangler deploy --env staging",
15
- "deploy:production": "node build.js && npx wrangler deploy --env production",
11
+ "deploy": "bash ../deploy.sh",
16
12
  "cf:dev": "node build.js && npx wrangler dev"
17
13
  },
18
14
  "dependencies": {