Skip to main content
Glama
loadConfigFile.d.ts471 B
import type { LogHandler, MergedRollupOptions, RollupLog } from './rollup'; export interface BatchWarnings { add: (warning: RollupLog) => void; readonly count: number; flush: () => void; log: LogHandler; readonly warningOccurred: boolean; } export type LoadConfigFile = typeof loadConfigFile; export function loadConfigFile( fileName: string, commandOptions: any, watchMode?: boolean ): Promise<{ options: MergedRollupOptions[]; warnings: BatchWarnings; }>;

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/MatheusgVentura/Project-One'

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