fix: require server env vars (#129)

This commit is contained in:
2026-06-14 14:50:17 +01:00
committed by GitHub
parent 789b6a285b
commit 083f6d2695
5 changed files with 187 additions and 36 deletions

View File

@@ -15,7 +15,7 @@ export class GoogleMapsSourceProvider implements FeedSourceProvider {
constructor(options: GoogleMapsSourceProviderOptions) {
if (!nonEmptyString(options.apiKey)) {
throw new Error("Google Maps MCP API key must be configured")
throw new Error("Google Maps API key must be configured")
}
this.apiKey = options.apiKey