Skip to main content
Glama

MCP Bridge Server

v1_0_0.d.ts668 B
import { StorageData, StorageRoot } from '../types.js'; import { BaseMigration } from './types.js'; /** * Initial migration to set up storage structure */ export declare class InitialMigration extends BaseMigration { constructor(); /** * Create initial storage structure */ up(data: StorageData | StorageRoot): Promise<StorageRoot>; /** * No downgrade possible from initial version */ down(data: StorageData | StorageRoot): Promise<StorageRoot>; /** * Additional validation for this version */ protected validate(data: StorageData | StorageRoot): boolean; } export declare const migration: InitialMigration;

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/glassBead-tc/SubspaceDomain'

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