Skip to main content
Glama
types.ts990 B
export interface GitHubTreeItem { path: string; mode: string; type: 'blob' | 'tree'; sha: string; size?: number; url: string; } export interface GitHubTreeResponse { sha: string; url: string; tree: GitHubTreeItem[]; truncated: boolean; } export interface GitHubBlobResponse { sha: string; node_id: string; size: number; url: string; content: string; encoding: 'base64' | 'utf-8'; } export interface MdxFile { path: string; sha: string; content: string; relativePath: string; } export interface CompiledFile { path: string; content: string; relativePath: string; } export interface ConversionResult { success: boolean; path: string; error?: string; compiledFile?: CompiledFile; } export interface CliOptions { outDir: string; batchSize?: number; verbose?: boolean; help?: boolean; } export interface ProgressInfo { current: number; total: number; phase: 'discovery' | 'download' | 'conversion'; message?: string; }

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/jaksm/expo-docs-mcp'

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