Skip to main content
Glama

Google Maps MCP Server

by iceener
biome.json956 B
{ "$schema": "https://biomejs.dev/schemas/2.1.3/schema.json", "files": { "includes": ["src/**"] }, "formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2, "lineWidth": 88 }, "linter": { "enabled": true, "rules": { "recommended": true, "suspicious": { "noExplicitAny": "warn" }, "complexity": { "noForEach": "off" } } }, "assist": { "actions": { "source": { "organizeImports": "on" } } }, "overrides": [ { "includes": ["src/core/**", "src/utils/**", "src/prompts/**", "src/resources/**"], "linter": { "rules": { "suspicious": { "noExplicitAny": "off" } } } } ], "javascript": { "formatter": { "semicolons": "always", "quoteStyle": "single", "trailingCommas": "all", "arrowParentheses": "always" } } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/iceener/maps-streamable-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server