mcp-ts-template 2.9.2 → 2.9.3
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.
- package/README.md +1 -1
- package/dist/index.js +1759 -439
- package/package.json +3 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-ts-template",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.3",
|
|
4
4
|
"mcpName": "io.github.cyanheads/mcp-ts-template",
|
|
5
5
|
"description": "TypeScript template for MCP servers with declarative tools/resources, pluggable auth, multi-backend storage, OpenTelemetry observability, and Cloudflare Workers support.",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"coverage:commit": "bun run scripts/update-coverage.ts --commit",
|
|
60
60
|
"audit": "bun audit",
|
|
61
61
|
"audit:fix": "bun audit --fix",
|
|
62
|
-
"publish-mcp": "
|
|
62
|
+
"publish-mcp": "bunx mcp-publisher publish"
|
|
63
63
|
},
|
|
64
64
|
"resolutions": {
|
|
65
65
|
"@hono/node-server": "1.19.9",
|
|
@@ -170,10 +170,7 @@
|
|
|
170
170
|
"@opentelemetry/sdk-node": "^0.212.0",
|
|
171
171
|
"@opentelemetry/sdk-trace-node": "^2.5.1",
|
|
172
172
|
"@opentelemetry/semantic-conventions": "^1.39.0",
|
|
173
|
-
"@supabase/supabase-js": "^2.
|
|
174
|
-
"ajv": "^8.18.0",
|
|
175
|
-
"ajv-formats": "^3.0.1",
|
|
176
|
-
"axios": "^1.13.5",
|
|
173
|
+
"@supabase/supabase-js": "^2.96.0",
|
|
177
174
|
"chrono-node": "^2.9.0",
|
|
178
175
|
"dotenv": "^17.3.1",
|
|
179
176
|
"fast-xml-parser": "^5.3.6",
|
|
@@ -189,7 +186,6 @@
|
|
|
189
186
|
"pino-pretty": "^13.1.3",
|
|
190
187
|
"sanitize-html": "^2.17.0",
|
|
191
188
|
"surrealdb": "^1.3.2",
|
|
192
|
-
"tslib": "^2.8.1",
|
|
193
189
|
"unpdf": "^1.4.0",
|
|
194
190
|
"validator": "13.15.26",
|
|
195
191
|
"zod": "^4.3.6"
|