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

@@ -30,7 +30,7 @@ describe("GoogleMapsSourceProvider", () => {
test("throws when service API key is empty", () => {
expect(() => new GoogleMapsSourceProvider({ apiKey: "" })).toThrow(
"Google Maps MCP API key must be configured",
"Google Maps API key must be configured",
)
})