We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cloudflare-mcp-apps/ads-roi'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
read-package.d.ts•218 B
/**
* Traverses the directory tree until a package.json file is found.
*
* @throws if the root directory is reached, and no package.json is found.
*/
export declare function readPackage(): Record<string, unknown>;