mcp-ts-template 2.0.7 → 2.0.8

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +6392 -12231
  3. package/package.json +4 -4
package/README.md CHANGED
@@ -25,7 +25,7 @@ This template is packed with production-grade features designed for high-perform
25
25
  | **Robust Error Handling** | A centralized `ErrorHandler` maps all exceptions to standardized `JsonRpcErrorCode`s and automatically correlates them with OpenTelemetry traces for easy debugging. |
26
26
  | **Type-Safe & Validated** | **Zod** is used everywhere for rigorous schema validation of configuration, tool inputs/outputs, and API boundaries, preventing invalid data at the source. |
27
27
  | **Abstracted Storage Layer** | A flexible, provider-based storage service (`IStorageProvider`) with ready-to-use backends for **In-Memory**, **Filesystem**, and **Supabase**. |
28
- | **Comprehensive Utilities** | A rich set of internal utilities for logging (`Winston`), rate-limiting, security sanitization, ID generation, cron scheduling, and network requests. |
28
+ | **Comprehensive Utilities** | A rich set of internal utilities for logging (`Pino`), rate-limiting, security sanitization, ID generation, cron scheduling, and network requests. |
29
29
  | **Integration-First Testing** | Pre-configured with **Vitest** and **`msw`** for writing meaningful integration tests that reflect real-world usage, ensuring reliability from end to end. |
30
30
  | **Agent-Ready Design** | Includes detailed guidance in `AGENTS.md` and `.clinerules/` to direct developer LLM agents, ensuring they adhere to the project's architectural standards. |
31
31