01Maintains a registry of tools with defined name, schema, and handler.
02Optimized for speed and efficiency using Bun runtime and TypeScript.
03Enables clients to list and call tools using stdio (JSON-based communication).
04Executes tool handlers safely with timeouts, abort signals, and structured logging.
05Supports a modular plugin system for organizing tools into separate modules and managing dependencies.
060 GitHub stars