@mcp-com-ai/shared-utils

v1.1.0

Published

Shared HAPI utilities: HAPI_HOME resolution, logger, config loader, errors, runtime detection, secrets. Consumed by the CLI, the core engine, and all first-party plugins.

Readme


HAPI Shared Utilities NPM Version

@mcp-com-ai/shared-utils contains the configuration, logging, HAPI home, and runtime helpers used internally by the HAPI CLI and its plugins.

You do not need to install it to run an API as MCP. It is installed automatically by @mcp-com-ai/hapi and the document plugins:

bun add -g @mcp-com-ai/hapi @mcp-com-ai/plugin-openapi
hapi serve --specs ./openapi.yaml --mcp

Install it directly only when a package you are building explicitly requires it, and keep it on the same HAPI version as the rest of your installation.