@cyanheads/mcp-ts-core 0.3.0 → 0.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/CLAUDE.md +1 -1
- package/README.md +1 -1
- package/package.json +2 -5
package/CLAUDE.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Agent Protocol
|
|
2
2
|
|
|
3
|
-
**Package:** `@cyanheads/mcp-ts-core` · **Version:** 0.3.
|
|
3
|
+
**Package:** `@cyanheads/mcp-ts-core` · **Version:** 0.3.1
|
|
4
4
|
**npm:** [@cyanheads/mcp-ts-core](https://www.npmjs.com/package/@cyanheads/mcp-ts-core) · **Docker:** [ghcr.io/cyanheads/mcp-ts-core](https://ghcr.io/cyanheads/mcp-ts-core)
|
|
5
5
|
|
|
6
6
|
> **Developer note:** Never assume. Read related files and docs before making changes. Read full file content for context. Never edit a file before reading it.
|
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-11-25/changelog.mdx) [](https://modelcontextprotocol.io/) [](./LICENSE)
|
|
9
9
|
|
|
10
10
|
[](https://www.typescriptlang.org/) [](https://bun.sh/)
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cyanheads/mcp-ts-core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"mcpName": "io.github.cyanheads/mcp-ts-core",
|
|
5
5
|
"description": "Agent-native TypeScript framework for building MCP servers. Build tools, not infrastructure. Declarative definitions with auth, multi-backend storage, OpenTelemetry, and first-class support for Node.js and Cloudflare Workers.",
|
|
6
6
|
"main": "dist/core/index.js",
|
|
@@ -256,6 +256,7 @@
|
|
|
256
256
|
"@hono/node-server": "^1.19.12",
|
|
257
257
|
"@modelcontextprotocol/ext-apps": "^1.5.0",
|
|
258
258
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
259
|
+
"@opentelemetry/api": "^1.9.1",
|
|
259
260
|
"dotenv": "^17.4.0",
|
|
260
261
|
"hono": "^4.12.10",
|
|
261
262
|
"jose": "^6.2.2",
|
|
@@ -264,7 +265,6 @@
|
|
|
264
265
|
},
|
|
265
266
|
"peerDependencies": {
|
|
266
267
|
"@hono/otel": "^1.1.1",
|
|
267
|
-
"@opentelemetry/api": "^1.9.1",
|
|
268
268
|
"@opentelemetry/instrumentation-http": "^0.214.0",
|
|
269
269
|
"@opentelemetry/exporter-metrics-otlp-http": "^0.214.0",
|
|
270
270
|
"@opentelemetry/exporter-trace-otlp-http": "^0.214.0",
|
|
@@ -316,9 +316,6 @@
|
|
|
316
316
|
"@opentelemetry/sdk-trace-node": {
|
|
317
317
|
"optional": true
|
|
318
318
|
},
|
|
319
|
-
"@opentelemetry/api": {
|
|
320
|
-
"optional": true
|
|
321
|
-
},
|
|
322
319
|
"@opentelemetry/semantic-conventions": {
|
|
323
320
|
"optional": true
|
|
324
321
|
},
|