@himorishige/hatago-runtime
@himorishige/hatago-runtime
Section titled “@himorishige/hatago-runtime”Runtime components for Hatago MCP Hub: sessions, registries, router, and error recovery.
Install
Section titled “Install”npm install @himorishige/hatago-runtime
Features
Section titled “Features”- Session management with TTL
- Tool/resource/prompt registries (WIP)
- Router for MCP messages (WIP)
- Retry and circuit breaker (WIP)
Example
Section titled “Example”import { SessionManager } from '@himorishige/hatago-runtime';const sm = new SessionManager(3600);const session = await sm.createSession('id-123');
Depends on
Section titled “Depends on”@himorishige/hatago-core
License
Section titled “License”MIT