hevy-mcp
Version:
A Model Context Protocol (MCP) server implementation that interfaces with the Hevy fitness tracking app and its API.
14 lines (13 loc) • 709 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] = "a23492d3-dc93-45b6-9c01-6c2fef1c843d", e._sentryDebugIdIdentifier = "sentry-dbid-a23492d3-dc93-45b6-9c01-6c2fef1c843d");
} catch (e) {}
})();
import { n as createServer, r as runServer, t as configSchema } from "./src-FgRvXrfB.mjs";
export { configSchema, createServer as default, runServer };