We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/strzhao/video-to-text-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
import cjsModule from './index.js';
export const EXTENSION = cjsModule.EXTENSION;
export const SnapshotState = cjsModule.SnapshotState;
export const addSerializer = cjsModule.addSerializer;
export const buildSnapshotResolver = cjsModule.buildSnapshotResolver;
export const cleanup = cjsModule.cleanup;
export const getSerializers = cjsModule.getSerializers;
export const isSnapshotPath = cjsModule.isSnapshotPath;
export const toMatchInlineSnapshot = cjsModule.toMatchInlineSnapshot;
export const toMatchSnapshot = cjsModule.toMatchSnapshot;
export const toThrowErrorMatchingInlineSnapshot = cjsModule.toThrowErrorMatchingInlineSnapshot;
export const toThrowErrorMatchingSnapshot = cjsModule.toThrowErrorMatchingSnapshot;