@gethmy/mcp 2.5.1 → 2.5.2

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 CHANGED
@@ -509,7 +509,7 @@ Three test files pin the contract every MCP client depends on. They are mandator
509
509
 
510
510
  | File | What it pins |
511
511
  |---|---|
512
- | `src/__tests__/skills.test.ts` | `buildSkillFile` frontmatter, version-marker injection, agent-id substitution, parameterized over `SKILL_DEFINITIONS`. |
512
+ | `src/__tests__/skills.test.ts` | `buildSkillFile` renderer contract: version-marker injection, body trimming, version-parse edge cases. Fed by `FetchedSkill` fixtures (DB-backed via `/v1/skills` post-#162 Phase 0). |
513
513
  | `src/__tests__/tool-dispatch.test.ts` | `TOOLS` registry shape, name uniqueness + `harmony_*` namespace, `inputSchema` validity, handler routing via `registerHandlers`, tool ↔ skill namespace boundary. |
514
514
  | `src/__tests__/mcp-integration.test.ts` | End-to-end `Client ↔ Server` round-trip over `InMemoryTransport` — `listTools`, `callTool`, `listResources`, `readResource`, plus error paths. |
515
515