mcp-ts-template 2.5.0 → 2.5.2

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 (3) hide show
  1. package/README.md +28 -28
  2. package/dist/index.js +64318 -4101
  3. package/package.json +11 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-ts-template",
3
- "version": "2.5.0",
3
+ "version": "2.5.2",
4
4
  "mcpName": "io.github.cyanheads/mcp-ts-template",
5
5
  "description": "The definitive, production-grade template for building powerful and scalable Model Context Protocol (MCP) servers with TypeScript, featuring built-in observability (OpenTelemetry), declarative tooling, robust error handling, and a modular, DI-driven architecture.",
6
6
  "main": "dist/index.js",
@@ -71,7 +71,7 @@
71
71
  },
72
72
  "devDependencies": {
73
73
  "@cloudflare/workers-types": "^4.20251011.0",
74
- "@eslint/js": "^9.37.0",
74
+ "@eslint/js": "^9.38.0",
75
75
  "@hono/mcp": "^0.1.4",
76
76
  "@hono/node-server": "^1.19.5",
77
77
  "@modelcontextprotocol/sdk": "^1.20.1",
@@ -85,10 +85,10 @@
85
85
  "@opentelemetry/sdk-node": "^0.206.0",
86
86
  "@opentelemetry/sdk-trace-node": "^2.1.0",
87
87
  "@opentelemetry/semantic-conventions": "^1.37.0",
88
- "@supabase/supabase-js": "^2.75.0",
88
+ "@supabase/supabase-js": "^2.76.0",
89
89
  "@types/bun": "^1.3.0",
90
90
  "@types/js-yaml": "^4.0.9",
91
- "@types/node": "^24.8.1",
91
+ "@types/node": "^24.9.0",
92
92
  "@types/node-cron": "^3.0.11",
93
93
  "@types/papaparse": "^5.3.16",
94
94
  "@types/sanitize-html": "^2.16.0",
@@ -102,7 +102,7 @@
102
102
  "clipboardy": "^5.0.0",
103
103
  "depcheck": "^1.4.7",
104
104
  "dotenv": "^17.2.3",
105
- "eslint": "^9.37.0",
105
+ "eslint": "^9.38.0",
106
106
  "execa": "^9.6.0",
107
107
  "fast-xml-parser": "^5.3.0",
108
108
  "globals": "^16.4.0",
@@ -111,17 +111,17 @@
111
111
  "ignore": "^7.0.5",
112
112
  "jose": "^6.1.0",
113
113
  "js-yaml": "^4.1.0",
114
- "msw": "^2.11.5",
114
+ "msw": "^2.11.6",
115
115
  "node-cron": "^4.2.1",
116
- "openai": "^6.4.0",
116
+ "openai": "^6.5.0",
117
117
  "papaparse": "^5.5.3",
118
118
  "partial-json": "^0.1.7",
119
119
  "pdf-lib": "^1.17.1",
120
- "pino": "^10.0.0",
120
+ "pino": "^10.1.0",
121
121
  "pino-pretty": "^13.1.2",
122
122
  "prettier": "^3.6.2",
123
123
  "reflect-metadata": "^0.2.2",
124
- "repomix": "^1.7.0",
124
+ "repomix": "^1.8.0",
125
125
  "sanitize-html": "^2.17.0",
126
126
  "tslib": "^2.8.1",
127
127
  "tsyringe": "^4.10.0",
@@ -185,6 +185,7 @@
185
185
  "access": "public"
186
186
  },
187
187
  "dependencies": {
188
- "surrealdb": "^1.3.2"
188
+ "surrealdb": "^1.3.2",
189
+ "unpdf": "^1.3.2"
189
190
  }
190
191
  }