mcp-ts-template 2.1.0 → 2.1.1
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/package.json +15 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-ts-template",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
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",
|
|
@@ -134,23 +134,26 @@
|
|
|
134
134
|
"vitest": "^3.2.4"
|
|
135
135
|
},
|
|
136
136
|
"keywords": [
|
|
137
|
-
"typescript",
|
|
138
|
-
"template",
|
|
139
|
-
"mcp-server",
|
|
140
137
|
"agent",
|
|
141
138
|
"ai",
|
|
142
139
|
"ai-agent",
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
"opentelemetry",
|
|
146
|
-
"otel",
|
|
140
|
+
"authentication",
|
|
141
|
+
"cloudflare-workers",
|
|
147
142
|
"declarative-tools",
|
|
148
143
|
"dependency-injection",
|
|
149
|
-
"zod",
|
|
150
|
-
"hono",
|
|
151
|
-
"authentication",
|
|
152
144
|
"error-handling",
|
|
153
|
-
"
|
|
145
|
+
"hono",
|
|
146
|
+
"llm-integration",
|
|
147
|
+
"mcp",
|
|
148
|
+
"model-context-protocol",
|
|
149
|
+
"mcp-server",
|
|
150
|
+
"observability",
|
|
151
|
+
"opentelemetry",
|
|
152
|
+
"otel",
|
|
153
|
+
"server-template",
|
|
154
|
+
"template",
|
|
155
|
+
"typescript",
|
|
156
|
+
"zod"
|
|
154
157
|
],
|
|
155
158
|
"author": "cyanheads <casey@caseyjhand.com> (https://github.com/cyanheads/mcp-ts-template#readme)",
|
|
156
159
|
"license": "Apache-2.0",
|