Skip to main content
Glama

Geocoding MCP Server

prettier.config.ts642 B
import type { Config } from 'prettier' const config: Config = { $schema: 'https://json.schemastore.org/prettierrc', semi: false, singleQuote: true, tabWidth: 2, useTabs: false, printWidth: 100, trailingComma: 'all', bracketSpacing: true, arrowParens: 'always', bracketSameLine: false, singleAttributePerLine: true, parser: 'typescript', vueIndentScriptAndStyle: false, htmlWhitespaceSensitivity: 'ignore', endOfLine: 'lf', plugins: ['prettier-plugin-organize-imports'], overrides: [ { files: ['*.d.ts'], options: { printWidth: Infinity, }, }, ], } export default config

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/geocoding-ai/mcp'

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