We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Garblesnarff/google-maps-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
environment.d.ts•413 B
/**
* environment.ts - Environment variables & API keys
*
* This file handles the retrieval of environment variables, specifically the Google Maps API key.
* It ensures that the necessary API key is present before the server starts.
*
* Dependencies: None
*
* @author Cline
*/
/**
* The Google Maps API Key.
*/
export declare const GOOGLE_MAPS_API_KEY: string;
//# sourceMappingURL=environment.d.ts.map