Skip to main content
Glama
environment.d.ts734 B
import { S as SnapshotEnvironment, a as SnapshotEnvironmentOptions } from './environment-cMiGIVXz.js'; declare class NodeSnapshotEnvironment implements SnapshotEnvironment { private options; constructor(options?: SnapshotEnvironmentOptions); getVersion(): string; getHeader(): string; resolveRawPath(testPath: string, rawPath: string): Promise<string>; resolvePath(filepath: string): Promise<string>; prepareDirectory(dirPath: string): Promise<void>; saveSnapshotFile(filepath: string, snapshot: string): Promise<void>; readSnapshotFile(filepath: string): Promise<string | null>; removeSnapshotFile(filepath: string): Promise<void>; } export { NodeSnapshotEnvironment, SnapshotEnvironment };

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