mcp-ts-template 2.6.0 → 2.9.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.
- package/README.md +11 -9
- package/dist/index.js +121822 -73743
- package/package.json +55 -51
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-ts-template",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.2",
|
|
4
4
|
"mcpName": "io.github.cyanheads/mcp-ts-template",
|
|
5
|
-
"description": "
|
|
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",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
8
|
"files": [
|
|
@@ -62,44 +62,49 @@
|
|
|
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.9",
|
|
66
|
+
"@isaacs/brace-expansion": "5.0.1",
|
|
66
67
|
"chrono-node": "2.9.0",
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
68
|
+
"diff": "8.0.3",
|
|
69
|
+
"dotenv": "17.3.1",
|
|
70
|
+
"hono": "4.11.9",
|
|
71
|
+
"markdown-it": "14.1.1",
|
|
72
|
+
"qs": "6.14.2",
|
|
73
|
+
"zod": "4.3.6",
|
|
70
74
|
"typescript": "5.9.3"
|
|
71
75
|
},
|
|
72
76
|
"devDependencies": {
|
|
73
|
-
"@cloudflare/workers-types": "^4.
|
|
74
|
-
"@eslint/js": "^
|
|
75
|
-
"@hono/mcp": "^0.2.
|
|
76
|
-
"@types/bun": "^1.3.
|
|
77
|
+
"@cloudflare/workers-types": "^4.20260217.0",
|
|
78
|
+
"@eslint/js": "^10.0.1",
|
|
79
|
+
"@hono/mcp": "^0.2.3",
|
|
80
|
+
"@types/bun": "^1.3.9",
|
|
77
81
|
"@types/diff": "^8.0.0",
|
|
78
82
|
"@types/js-yaml": "^4.0.9",
|
|
79
|
-
"@types/node": "^25.
|
|
83
|
+
"@types/node": "^25.2.3",
|
|
80
84
|
"@types/node-cron": "^3.0.11",
|
|
81
|
-
"@types/papaparse": "^5.5.
|
|
85
|
+
"@types/papaparse": "^5.5.2",
|
|
82
86
|
"@types/sanitize-html": "^2.16.0",
|
|
83
87
|
"@types/validator": "13.15.10",
|
|
84
|
-
"@vitest/coverage-
|
|
85
|
-
"bun-types": "^1.3.
|
|
86
|
-
"clipboardy": "^5.0
|
|
88
|
+
"@vitest/coverage-istanbul": "4.0.18",
|
|
89
|
+
"bun-types": "^1.3.9",
|
|
90
|
+
"clipboardy": "^5.3.0",
|
|
87
91
|
"depcheck": "^1.4.7",
|
|
88
|
-
"diff": "^8.0.
|
|
89
|
-
"eslint": "^
|
|
92
|
+
"diff": "^8.0.3",
|
|
93
|
+
"eslint": "^10.0.0",
|
|
90
94
|
"execa": "^9.6.1",
|
|
91
|
-
"
|
|
95
|
+
"fast-check": "^4.5.3",
|
|
96
|
+
"globals": "^17.3.0",
|
|
92
97
|
"husky": "^9.1.7",
|
|
93
98
|
"ignore": "^7.0.5",
|
|
94
|
-
"msw": "^2.12.
|
|
95
|
-
"prettier": "^3.
|
|
96
|
-
"repomix": "^1.
|
|
97
|
-
"typedoc": "^0.28.
|
|
99
|
+
"msw": "^2.12.10",
|
|
100
|
+
"prettier": "^3.8.1",
|
|
101
|
+
"repomix": "^1.11.1",
|
|
102
|
+
"typedoc": "^0.28.17",
|
|
98
103
|
"typescript": "^5.9.3",
|
|
99
|
-
"typescript-eslint": "8.
|
|
100
|
-
"vite": "7.
|
|
101
|
-
"vite-tsconfig-paths": "^
|
|
102
|
-
"vitest": "^4.0.
|
|
104
|
+
"typescript-eslint": "8.56.0",
|
|
105
|
+
"vite": "7.3.1",
|
|
106
|
+
"vite-tsconfig-paths": "^6.1.1",
|
|
107
|
+
"vitest": "^4.0.18"
|
|
103
108
|
},
|
|
104
109
|
"keywords": [
|
|
105
110
|
"agent",
|
|
@@ -136,10 +141,10 @@
|
|
|
136
141
|
"url": "https://www.buymeacoffee.com/cyanheads"
|
|
137
142
|
}
|
|
138
143
|
],
|
|
139
|
-
"packageManager": "bun@1.2
|
|
144
|
+
"packageManager": "bun@1.3.2",
|
|
140
145
|
"engines": {
|
|
141
146
|
"bun": ">=1.2.0",
|
|
142
|
-
"node": ">=
|
|
147
|
+
"node": ">=22.0.0"
|
|
143
148
|
},
|
|
144
149
|
"depcheck": {
|
|
145
150
|
"ignores": [
|
|
@@ -152,42 +157,41 @@
|
|
|
152
157
|
"access": "public"
|
|
153
158
|
},
|
|
154
159
|
"dependencies": {
|
|
155
|
-
"@hono/node-server": "^1.19.
|
|
156
|
-
"@modelcontextprotocol/
|
|
160
|
+
"@hono/node-server": "^1.19.9",
|
|
161
|
+
"@modelcontextprotocol/ext-apps": "^1.0.1",
|
|
162
|
+
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
157
163
|
"@opentelemetry/api": "^1.9.0",
|
|
158
|
-
"@opentelemetry/auto-instrumentations-node": "^0.
|
|
159
|
-
"@opentelemetry/exporter-metrics-otlp-http": "^0.
|
|
160
|
-
"@opentelemetry/exporter-trace-otlp-http": "^0.
|
|
161
|
-
"@opentelemetry/instrumentation-pino": "^0.
|
|
162
|
-
"@opentelemetry/resources": "^2.
|
|
163
|
-
"@opentelemetry/sdk-metrics": "^2.
|
|
164
|
-
"@opentelemetry/sdk-node": "^0.
|
|
165
|
-
"@opentelemetry/sdk-trace-node": "^2.
|
|
166
|
-
"@opentelemetry/semantic-conventions": "^1.
|
|
167
|
-
"@supabase/supabase-js": "^2.
|
|
168
|
-
"ajv": "^8.
|
|
164
|
+
"@opentelemetry/auto-instrumentations-node": "^0.70.0",
|
|
165
|
+
"@opentelemetry/exporter-metrics-otlp-http": "^0.212.0",
|
|
166
|
+
"@opentelemetry/exporter-trace-otlp-http": "^0.212.0",
|
|
167
|
+
"@opentelemetry/instrumentation-pino": "^0.58.0",
|
|
168
|
+
"@opentelemetry/resources": "^2.5.1",
|
|
169
|
+
"@opentelemetry/sdk-metrics": "^2.5.1",
|
|
170
|
+
"@opentelemetry/sdk-node": "^0.212.0",
|
|
171
|
+
"@opentelemetry/sdk-trace-node": "^2.5.1",
|
|
172
|
+
"@opentelemetry/semantic-conventions": "^1.39.0",
|
|
173
|
+
"@supabase/supabase-js": "^2.95.3",
|
|
174
|
+
"ajv": "^8.18.0",
|
|
169
175
|
"ajv-formats": "^3.0.1",
|
|
170
|
-
"axios": "^1.13.
|
|
176
|
+
"axios": "^1.13.5",
|
|
171
177
|
"chrono-node": "^2.9.0",
|
|
172
|
-
"dotenv": "^17.
|
|
173
|
-
"fast-xml-parser": "^5.3.
|
|
174
|
-
"hono": "^4.
|
|
178
|
+
"dotenv": "^17.3.1",
|
|
179
|
+
"fast-xml-parser": "^5.3.6",
|
|
180
|
+
"hono": "^4.11.9",
|
|
175
181
|
"jose": "^6.1.3",
|
|
176
182
|
"js-yaml": "^4.1.1",
|
|
177
183
|
"node-cron": "^4.2.1",
|
|
178
|
-
"openai": "^6.
|
|
184
|
+
"openai": "^6.22.0",
|
|
179
185
|
"papaparse": "^5.5.3",
|
|
180
186
|
"partial-json": "^0.1.7",
|
|
181
187
|
"pdf-lib": "^1.17.1",
|
|
182
|
-
"pino": "^10.1
|
|
188
|
+
"pino": "^10.3.1",
|
|
183
189
|
"pino-pretty": "^13.1.3",
|
|
184
|
-
"reflect-metadata": "^0.2.2",
|
|
185
190
|
"sanitize-html": "^2.17.0",
|
|
186
191
|
"surrealdb": "^1.3.2",
|
|
187
192
|
"tslib": "^2.8.1",
|
|
188
|
-
"tsyringe": "^4.10.0",
|
|
189
193
|
"unpdf": "^1.4.0",
|
|
190
|
-
"validator": "13.15.
|
|
191
|
-
"zod": "^4.
|
|
194
|
+
"validator": "13.15.26",
|
|
195
|
+
"zod": "^4.3.6"
|
|
192
196
|
}
|
|
193
197
|
}
|