We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AEGISnetInc/TS-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
auth.d.ts•250 B
/**
* Run the CLI authentication flow.
* Prompts for username and password, authenticates with Touchstone,
* and stores the API key in the system keychain.
*/
export declare function runAuthCli(): Promise<void>;
//# sourceMappingURL=auth.d.ts.map