Skip to main content
Glama
environment-cMiGIVXz.d.ts579 B
interface SnapshotEnvironment { getVersion: () => string; getHeader: () => string; resolvePath: (filepath: string) => Promise<string>; resolveRawPath: (testPath: string, rawPath: string) => Promise<string>; saveSnapshotFile: (filepath: string, snapshot: string) => Promise<void>; readSnapshotFile: (filepath: string) => Promise<string | null>; removeSnapshotFile: (filepath: string) => Promise<void>; } interface SnapshotEnvironmentOptions { snapshotsDirName?: string; } export type { SnapshotEnvironment as S, SnapshotEnvironmentOptions as a };

Latest Blog Posts

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/Mnehmos/mnehmos.synch.mcp'

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