|
1 | 1 | { |
2 | 2 | "name": "@mux/mcp", |
3 | | - "version": "12.5.0", |
| 3 | + "version": "12.6.0", |
4 | 4 | "description": "The official MCP Server for the Mux API", |
5 | 5 | "author": "Mux <[email protected]>", |
6 | 6 | "types": "dist/index.d.ts", |
|
15 | 15 | "license": "Apache-2.0", |
16 | 16 | "packageManager": "[email protected]", |
17 | 17 | "private": false, |
| 18 | + "publishConfig": { |
| 19 | + "access": "public" |
| 20 | + }, |
18 | 21 | "scripts": { |
19 | 22 | "test": "jest", |
20 | 23 | "build": "bash ./build", |
|
30 | 33 | "@mux/mux-node": "file:../../dist/", |
31 | 34 | "@cloudflare/cabidela": "^0.2.4", |
32 | 35 | "@modelcontextprotocol/sdk": "^1.11.5", |
| 36 | + "@valtown/deno-http-worker": "^0.0.21", |
33 | 37 | "cors": "^2.8.5", |
34 | 38 | "express": "^5.1.0", |
35 | 39 | "jq-web": "https://github.com/stainless-api/jq-web/releases/download/v0.8.6/jq-web.tar.gz", |
|
43 | 47 | "mcp-server": "dist/index.js" |
44 | 48 | }, |
45 | 49 | "devDependencies": { |
46 | | - "@anthropic-ai/dxt": "^0.2.0", |
| 50 | + "@anthropic-ai/dxt": "0.2.0", |
47 | 51 | "@types/cors": "^2.8.19", |
48 | 52 | "@types/express": "^5.0.3", |
49 | 53 | "@types/jest": "^29.4.0", |
| 54 | + "@types/qs": "^6.14.0", |
50 | 55 | "@types/yargs": "^17.0.8", |
51 | 56 | "@typescript-eslint/eslint-plugin": "8.31.1", |
52 | 57 | "@typescript-eslint/parser": "8.31.1", |
|
58 | 63 | "ts-jest": "^29.1.0", |
59 | 64 | "ts-morph": "^19.0.0", |
60 | 65 | "ts-node": "^10.5.0", |
61 | | - "tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.8/tsc-multi.tgz", |
| 66 | + "tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.9/tsc-multi.tgz", |
62 | 67 | "tsconfig-paths": "^4.0.0", |
63 | 68 | "typescript": "5.8.3" |
64 | 69 | }, |
|
0 commit comments