/** * MCP Inspector - Middleware for mounting inspector UI on Express apps * * This is the main entry point for importing the inspector as a library. * For standalone server usage, see standalone.ts */ export { mountInspector } from "./middleware.js"; export { handleChatRequest, handleChatRequestStream } from "./shared-utils.js"; /** Used by @mcp-use/cli dev restart (inspector tunnel stop before re-exec) */ export { stopTunnel, getTunnelStatus } from "./tunnel.js"; //# sourceMappingURL=index.d.ts.map