hevy-mcp
Version:
A Model Context Protocol (MCP) server implementation that interfaces with the Hevy fitness tracking app and its API.
21 lines (20 loc) • 790 B
JavaScript
// Generated with tsdown
// https://tsdown.dev
(function() {
try {
var e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {};
e.SENTRY_RELEASE = { id: "1.23.11" };
var n = new e.Error().stack;
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "03cf150f-6466-4ca3-9cf1-e423cc0e3cd2", e._sentryDebugIdIdentifier = "sentry-dbid-03cf150f-6466-4ca3-9cf1-e423cc0e3cd2");
} catch (e) {}
})();
import { r as runServer } from "./src-FgRvXrfB.mjs";
//#region src/cli.ts
runServer().catch((error) => {
console.error("Fatal error in main():", error);
process.exit(1);
});
//#endregion
export {};
//# sourceMappingURL=cli.mjs.map