|
1 | 1 | {
|
2 | 2 | "name": "@stainless-api/sdk-mcp",
|
3 |
| - "version": "0.1.0-alpha.12", |
| 3 | + "version": "0.1.0-alpha.13", |
4 | 4 | "description": "The official MCP Server for the Stainless API",
|
5 |
| - "author": "Stainless <>", |
| 5 | + "author": "Stainless <[email protected]>", |
6 | 6 | "types": "dist/index.d.ts",
|
7 | 7 | "main": "dist/index.js",
|
8 | 8 | "type": "commonjs",
|
|
13 | 13 | },
|
14 | 14 | "homepage": "https://github.com/stainless-api/stainless-api-typescript/tree/main/packages/mcp-server#readme",
|
15 | 15 | "license": "Apache-2.0",
|
16 |
| - "packageManager": "[email protected]", |
| 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",
|
21 |
| - "prepack": "echo 'to pack, run yarn build && (cd dist; yarn pack)' && exit 1", |
22 |
| - "prepublishOnly": "echo 'to publish, run yarn build && (cd dist; yarn publish)' && exit 1", |
| 24 | + "prepack": "echo 'to pack, run pnpm build && (cd dist; pnpm pack)' && exit 1", |
| 25 | + "prepublishOnly": "echo 'to publish, run pnpm build && (cd dist; pnpm publish)' && exit 1", |
23 | 26 | "format": "prettier --write --cache --cache-strategy metadata . !dist",
|
24 |
| - "prepare": "npm run build", |
25 | 27 | "tsn": "ts-node -r tsconfig-paths/register",
|
26 | 28 | "lint": "eslint --ext ts,js .",
|
27 | 29 | "fix": "eslint --fix --ext ts,js ."
|
28 | 30 | },
|
29 | 31 | "dependencies": {
|
30 |
| - "@stainless-api/sdk": "file:../../dist/", |
| 32 | + "@stainless-api/sdk": "workspace:*", |
| 33 | + "@cloudflare/cabidela": "^0.2.4", |
31 | 34 | "@modelcontextprotocol/sdk": "^1.11.5",
|
| 35 | + "@valtown/deno-http-worker": "^0.0.21", |
| 36 | + "cors": "^2.8.5", |
32 | 37 | "express": "^5.1.0",
|
33 | 38 | "jq-web": "https://github.com/stainless-api/jq-web/releases/download/v0.8.6/jq-web.tar.gz",
|
| 39 | + "qs": "^6.14.0", |
34 | 40 | "yargs": "^17.7.2",
|
35 |
| - "@cloudflare/cabidela": "^0.2.4", |
36 | 41 | "zod": "^3.25.20",
|
37 |
| - "zod-to-json-schema": "^3.24.5" |
| 42 | + "zod-to-json-schema": "^3.24.5", |
| 43 | + "zod-validation-error": "^4.0.1" |
38 | 44 | },
|
39 | 45 | "bin": {
|
40 | 46 | "mcp-server": "dist/index.js"
|
41 | 47 | },
|
42 | 48 | "devDependencies": {
|
43 |
| - "@types/jest": "^29.4.0", |
| 49 | + "@types/cors": "^2.8.19", |
44 | 50 | "@types/express": "^5.0.3",
|
| 51 | + "@types/jest": "^29.4.0", |
| 52 | + "@types/qs": "^6.14.0", |
| 53 | + "@types/yargs": "^17.0.8", |
45 | 54 | "@typescript-eslint/eslint-plugin": "8.31.1",
|
46 | 55 | "@typescript-eslint/parser": "8.31.1",
|
47 | 56 | "eslint": "^8.49.0",
|
|
52 | 61 | "ts-jest": "^29.1.0",
|
53 | 62 | "ts-morph": "^19.0.0",
|
54 | 63 | "ts-node": "^10.5.0",
|
55 |
| - "tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.8/tsc-multi.tgz", |
| 64 | + "tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.9/tsc-multi.tgz", |
56 | 65 | "tsconfig-paths": "^4.0.0",
|
57 | 66 | "typescript": "5.8.3"
|
58 | 67 | },
|
|
0 commit comments