Skip to main content
Glama
helpers.d.ts846 B
import type { NapiInfo, PackageJson } from './types.js'; export declare function getGlobalNpmRegistry(): string; export declare function removeRecursive(dir: string): void; export declare function downloadedNodePath(name: string, subpath: string): string; export declare function getNapiInfoFromPackageJson(packageJson: PackageJson, checkVersion: true): NapiInfo & { version: string; }; export declare function getNapiInfoFromPackageJson(packageJson: PackageJson, checkVersion?: boolean): NapiInfo; export declare function getNapiNativeTarget(): string[] | string; export declare function getNapiNativeTargets(): string[]; export declare function getErrorMessage(err: unknown): string; export declare function errorLog(message: string, ...args: unknown[]): void; export declare function errorMessage(message: string, extra?: string): string;

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/PancrePal-xiaoyibao/get-biji-dev-by-gemini3pro'

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