mcp-ts-template 2.5.2 → 2.5.4
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/package.json +10 -8
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
<div align="center">
|
|
9
9
|
|
|
10
|
-
[](./CHANGELOG.md) [](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/main/docs/specification/2025-06-18/changelog.mdx) [](https://modelcontextprotocol.io/) [](./LICENSE) [](https://github.com/cyanheads/mcp-ts-template/issues) [](https://www.typescriptlang.org/) [](https://bun.sh/) [](./coverage/index.html)
|
|
11
11
|
|
|
12
12
|
</div>
|
|
13
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-ts-template",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.4",
|
|
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",
|
|
@@ -65,12 +65,12 @@
|
|
|
65
65
|
"@hono/node-server": "1.19.5",
|
|
66
66
|
"chrono-node": "2.9.0",
|
|
67
67
|
"dotenv": "17.2.3",
|
|
68
|
-
"hono": "4.10.
|
|
68
|
+
"hono": "4.10.1",
|
|
69
69
|
"zod": "3.23.8",
|
|
70
70
|
"typescript": "5.9.3"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
|
-
"@cloudflare/workers-types": "^4.
|
|
73
|
+
"@cloudflare/workers-types": "^4.20251014.0",
|
|
74
74
|
"@eslint/js": "^9.38.0",
|
|
75
75
|
"@hono/mcp": "^0.1.4",
|
|
76
76
|
"@hono/node-server": "^1.19.5",
|
|
@@ -87,8 +87,9 @@
|
|
|
87
87
|
"@opentelemetry/semantic-conventions": "^1.37.0",
|
|
88
88
|
"@supabase/supabase-js": "^2.76.0",
|
|
89
89
|
"@types/bun": "^1.3.0",
|
|
90
|
+
"@types/diff": "^8.0.0",
|
|
90
91
|
"@types/js-yaml": "^4.0.9",
|
|
91
|
-
"@types/node": "^24.9.
|
|
92
|
+
"@types/node": "^24.9.1",
|
|
92
93
|
"@types/node-cron": "^3.0.11",
|
|
93
94
|
"@types/papaparse": "^5.3.16",
|
|
94
95
|
"@types/sanitize-html": "^2.16.0",
|
|
@@ -101,19 +102,20 @@
|
|
|
101
102
|
"chrono-node": "^2.9.0",
|
|
102
103
|
"clipboardy": "^5.0.0",
|
|
103
104
|
"depcheck": "^1.4.7",
|
|
105
|
+
"diff": "^8.0.2",
|
|
104
106
|
"dotenv": "^17.2.3",
|
|
105
107
|
"eslint": "^9.38.0",
|
|
106
108
|
"execa": "^9.6.0",
|
|
107
109
|
"fast-xml-parser": "^5.3.0",
|
|
108
110
|
"globals": "^16.4.0",
|
|
109
|
-
"hono": "^4.10.
|
|
111
|
+
"hono": "^4.10.1",
|
|
110
112
|
"husky": "^9.1.7",
|
|
111
113
|
"ignore": "^7.0.5",
|
|
112
114
|
"jose": "^6.1.0",
|
|
113
115
|
"js-yaml": "^4.1.0",
|
|
114
116
|
"msw": "^2.11.6",
|
|
115
117
|
"node-cron": "^4.2.1",
|
|
116
|
-
"openai": "^6.
|
|
118
|
+
"openai": "^6.6.0",
|
|
117
119
|
"papaparse": "^5.5.3",
|
|
118
120
|
"partial-json": "^0.1.7",
|
|
119
121
|
"pdf-lib": "^1.17.1",
|
|
@@ -127,9 +129,9 @@
|
|
|
127
129
|
"tsyringe": "^4.10.0",
|
|
128
130
|
"typedoc": "^0.28.14",
|
|
129
131
|
"typescript": "^5.9.3",
|
|
130
|
-
"typescript-eslint": "8.46.
|
|
132
|
+
"typescript-eslint": "8.46.2",
|
|
131
133
|
"validator": "13.15.15",
|
|
132
|
-
"vite": "7.1.
|
|
134
|
+
"vite": "7.1.11",
|
|
133
135
|
"vite-tsconfig-paths": "^5.1.4",
|
|
134
136
|
"vitest": "^3.2.4",
|
|
135
137
|
"zod": "^3.23.8"
|