We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/PancrePal-xiaoyibao/get-biji-dev-by-gemini3pro'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
import { Options } from "yargs";
import { Config } from "@jest/types";
//#region src/run.d.ts
declare function run(maybeArgv?: Array<string>, project?: string): Promise<void>;
declare function buildArgv(maybeArgv?: Array<string>): Promise<Config.Argv>;
//#endregion
//#region src/args.d.ts
declare const options: {
[key: string]: Options;
};
//#endregion
export { buildArgv, run, options as yargsOptions };