mcp-ts-template 2.2.2 → 2.2.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 +1250 -988
- package/package.json +10 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-ts-template",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.3",
|
|
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",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"publish-mcp": "bun scripts/validate-mcp-publish-schema.ts"
|
|
63
63
|
},
|
|
64
64
|
"resolutions": {
|
|
65
|
-
"@hono/node-server": "1.19.
|
|
65
|
+
"@hono/node-server": "1.19.5",
|
|
66
66
|
"chrono-node": "2.9.0",
|
|
67
67
|
"dotenv": "17.2.2",
|
|
68
68
|
"hono": "4.9.9",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
73
|
"@hono/mcp": "^0.1.4",
|
|
74
|
-
"@hono/node-server": "^1.19.
|
|
74
|
+
"@hono/node-server": "^1.19.5",
|
|
75
75
|
"@modelcontextprotocol/sdk": "^1.18.2",
|
|
76
76
|
"@supabase/supabase-js": "^2.58.0",
|
|
77
77
|
"axios": "^1.12.2",
|
|
@@ -86,11 +86,10 @@
|
|
|
86
86
|
"openai": "^5.23.1",
|
|
87
87
|
"papaparse": "^5.5.3",
|
|
88
88
|
"partial-json": "^0.1.7",
|
|
89
|
-
"pino": "^9.
|
|
89
|
+
"pino": "^9.12.0",
|
|
90
90
|
"reflect-metadata": "^0.2.2",
|
|
91
91
|
"repomix": "^1.6.0",
|
|
92
92
|
"sanitize-html": "^2.17.0",
|
|
93
|
-
"@apidevtools/swagger-parser": "^12.0.0",
|
|
94
93
|
"tslib": "^2.8.1",
|
|
95
94
|
"tsyringe": "^4.10.0",
|
|
96
95
|
"validator": "13.15.15",
|
|
@@ -100,18 +99,18 @@
|
|
|
100
99
|
"@cloudflare/workers-types": "^4.20250927.0",
|
|
101
100
|
"@eslint/js": "^9.36.0",
|
|
102
101
|
"@opentelemetry/api": "^1.9.0",
|
|
103
|
-
"@opentelemetry/auto-instrumentations-node": "^0.64.
|
|
102
|
+
"@opentelemetry/auto-instrumentations-node": "^0.64.6",
|
|
104
103
|
"@opentelemetry/exporter-metrics-otlp-http": "^0.205.0",
|
|
105
104
|
"@opentelemetry/exporter-trace-otlp-http": "^0.205.0",
|
|
106
|
-
"@opentelemetry/instrumentation-pino": "^0.52.
|
|
105
|
+
"@opentelemetry/instrumentation-pino": "^0.52.3",
|
|
107
106
|
"@opentelemetry/resources": "^2.1.0",
|
|
108
107
|
"@opentelemetry/sdk-metrics": "^2.1.0",
|
|
109
108
|
"@opentelemetry/sdk-node": "^0.205.0",
|
|
110
109
|
"@opentelemetry/sdk-trace-node": "^2.1.0",
|
|
111
110
|
"@opentelemetry/semantic-conventions": "^1.37.0",
|
|
112
|
-
"@types/bun": "^1.2.
|
|
111
|
+
"@types/bun": "^1.2.23",
|
|
113
112
|
"@types/js-yaml": "^4.0.9",
|
|
114
|
-
"@types/node": "^24.
|
|
113
|
+
"@types/node": "^24.6.0",
|
|
115
114
|
"@types/node-cron": "^3.0.11",
|
|
116
115
|
"@types/papaparse": "^5.3.16",
|
|
117
116
|
"@types/sanitize-html": "^2.16.0",
|
|
@@ -119,23 +118,19 @@
|
|
|
119
118
|
"@vitest/coverage-v8": "3.2.4",
|
|
120
119
|
"ajv": "^8.17.1",
|
|
121
120
|
"ajv-formats": "^3.0.1",
|
|
122
|
-
"bun-types": "^1.2.
|
|
121
|
+
"bun-types": "^1.2.23",
|
|
123
122
|
"clipboardy": "^5.0.0",
|
|
124
123
|
"depcheck": "^1.4.7",
|
|
125
124
|
"eslint": "^9.36.0",
|
|
126
|
-
"eslint-import-resolver-typescript": "^4.4.4",
|
|
127
125
|
"execa": "^9.6.0",
|
|
128
|
-
"glob": "^11.0.3",
|
|
129
126
|
"globals": "^16.4.0",
|
|
130
127
|
"husky": "^9.1.7",
|
|
131
|
-
"is-ci": "^4.1.0",
|
|
132
128
|
"msw": "^2.11.3",
|
|
133
129
|
"pino-pretty": "^13.1.1",
|
|
134
130
|
"prettier": "^3.6.2",
|
|
135
|
-
"tsx": "^4.20.6",
|
|
136
131
|
"typedoc": "^0.28.13",
|
|
137
132
|
"typescript": "^5.9.2",
|
|
138
|
-
"typescript-eslint": "8.
|
|
133
|
+
"typescript-eslint": "8.45.0",
|
|
139
134
|
"vite": "^7.1.7",
|
|
140
135
|
"vite-tsconfig-paths": "^5.1.4",
|
|
141
136
|
"vitest": "^3.2.4"
|