Skip to main content
Glama

Hevy MCP Server

by jcjiron
jest.config.ts491 B
import type { Config } from "jest"; const config: Config = { clearMocks: true, collectCoverage: true, coverageDirectory: "coverage", coverageProvider: "v8", preset: "ts-jest", testEnvironment: "jest-environment-node", setupFiles: ["dotenv/config"], moduleFileExtensions: ["ts", "tsx", "js", "json"], testPathIgnorePatterns: ["/node_modules/", "/dist/"], testMatch: ["**/test/**/*.test.ts", "**/src/__tests__/**/*.test.ts"], }; export default config;

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jcjiron/hevy-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server