mcp-ts-template 2.2.8 → 2.3.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/README.md +1 -1
- package/dist/index.js +3 -4
- package/package.json +1 -1
- package/dist/worker.js +0 -62619
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
<div align="center">
|
|
7
7
|
|
|
8
|
-
[](./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/lcov-report/)
|
|
9
9
|
|
|
10
10
|
</div>
|
|
11
11
|
|
package/dist/index.js
CHANGED
|
@@ -117536,7 +117536,7 @@ var ErrorSchema = z.object({
|
|
|
117536
117536
|
// package.json
|
|
117537
117537
|
var package_default = {
|
|
117538
117538
|
name: "mcp-ts-template",
|
|
117539
|
-
version: "2.
|
|
117539
|
+
version: "2.3.0",
|
|
117540
117540
|
mcpName: "io.github.cyanheads/mcp-ts-template",
|
|
117541
117541
|
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.",
|
|
117542
117542
|
main: "dist/index.js",
|
|
@@ -125056,7 +125056,7 @@ var _deployments_endpoints = new Set([
|
|
|
125056
125056
|
"/batches",
|
|
125057
125057
|
"/images/edits"
|
|
125058
125058
|
]);
|
|
125059
|
-
// src/services/llm
|
|
125059
|
+
// src/services/llm/providers/openrouter.provider.ts
|
|
125060
125060
|
var import_tsyringe2 = __toESM(require_cjs3(), 1);
|
|
125061
125061
|
class OpenRouterProvider {
|
|
125062
125062
|
rateLimiter;
|
|
@@ -125492,7 +125492,7 @@ WhisperProvider = __legacyDecorateClassTS([
|
|
|
125492
125492
|
])
|
|
125493
125493
|
], WhisperProvider);
|
|
125494
125494
|
|
|
125495
|
-
// src/services/speech/
|
|
125495
|
+
// src/services/speech/core/SpeechService.ts
|
|
125496
125496
|
function createSpeechProvider(config2) {
|
|
125497
125497
|
logger.debug(`Creating speech provider: ${config2.provider}`);
|
|
125498
125498
|
switch (config2.provider) {
|
|
@@ -125554,7 +125554,6 @@ class SpeechService2 {
|
|
|
125554
125554
|
};
|
|
125555
125555
|
}
|
|
125556
125556
|
}
|
|
125557
|
-
|
|
125558
125557
|
// src/storage/core/StorageService.ts
|
|
125559
125558
|
var import_tsyringe5 = __toESM(require_cjs3(), 1);
|
|
125560
125559
|
function requireTenantId(context) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-ts-template",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.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",
|