mcp-ts-template 3.0.6 → 3.0.7
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 +2 -7
- package/package.json +1 -1
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-11-25/changelog.mdx) [](https://modelcontextprotocol.io/) [](./LICENSE)
|
|
11
11
|
|
|
12
12
|
[](https://github.com/cyanheads/mcp-ts-template/issues) [](https://www.typescriptlang.org/) [](https://bun.sh/) [](./coverage/index.html)
|
|
13
13
|
|
package/dist/index.js
CHANGED
|
@@ -144588,7 +144588,7 @@ config(en_default());
|
|
|
144588
144588
|
// package.json
|
|
144589
144589
|
var package_default = {
|
|
144590
144590
|
name: "mcp-ts-template",
|
|
144591
|
-
version: "3.0.
|
|
144591
|
+
version: "3.0.7",
|
|
144592
144592
|
mcpName: "io.github.cyanheads/mcp-ts-template",
|
|
144593
144593
|
description: "TypeScript template for MCP servers with declarative tools/resources, pluggable auth, multi-backend storage, OpenTelemetry observability, and Cloudflare Workers support.",
|
|
144594
144594
|
main: "dist/index.js",
|
|
@@ -173099,12 +173099,7 @@ function createMcpToolHandler({
|
|
|
173099
173099
|
});
|
|
173100
173100
|
return {
|
|
173101
173101
|
isError: true,
|
|
173102
|
-
content: [{ type: "text", text: `Error: ${mcpError.message}` }]
|
|
173103
|
-
structuredContent: {
|
|
173104
|
-
code: mcpError.code,
|
|
173105
|
-
message: mcpError.message,
|
|
173106
|
-
data: mcpError.data
|
|
173107
|
-
}
|
|
173102
|
+
content: [{ type: "text", text: `Error: ${mcpError.message}` }]
|
|
173108
173103
|
};
|
|
173109
173104
|
}
|
|
173110
173105
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-ts-template",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.7",
|
|
4
4
|
"mcpName": "io.github.cyanheads/mcp-ts-template",
|
|
5
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",
|