Skip to main content
Glama

Withings MCP Client

by gchallen
withingsClient.test.ts668 B
import { describe, it, expect } from 'bun:test'; import { MeasureType } from '../types.js'; describe('WithingsClient Types', () => { it('should have correct MeasureType values', () => { expect(MeasureType.WEIGHT).toBe(1); expect(MeasureType.FAT_MASS_WEIGHT).toBe(5); expect(MeasureType.MUSCLE_MASS).toBe(6); expect(MeasureType.BONE_MASS).toBe(8); }); it('should export all required measure types', () => { expect(MeasureType.HYDRATION).toBeDefined(); expect(MeasureType.FAT_MASS_PERCENTAGE).toBeDefined(); expect(MeasureType.MUSCLE_MASS_PERCENTAGE).toBeDefined(); expect(MeasureType.VISCERAL_FAT_INDEX).toBeDefined(); }); });

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/gchallen/withings-mcp'

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