Skip to main content
Glama

mcp-server-cloudflare

Official
by cloudflare
.prettierrc.cjs1.07 kB
// @ts-check const codeImports = [ // Groups '<BUILTIN_MODULES>', '<THIRD_PARTY_MODULES>', '', '^(@repo)(/.*)$', // Workspace imports '', // Local (relative) imports '^[.]{2}$', // .. '^[.]{2}/', // ../ '^[.]/(?!index)', // ./foo (but not ./index) '^[.]$', // . '^[.]/index$', // ./index '', ] // Type imports are ordered the same way, but without separators. // We also need a catch-all <TYPES> here to prevent prettier from failing. const typeImports = ['<TYPES>'].concat( codeImports.filter((i) => i !== '').map((i) => `<TYPES>${i}`) ) /** @type {import("prettier").Config} */ const config = { trailingComma: 'es5', tabWidth: 2, useTabs: true, semi: false, singleQuote: true, printWidth: 100, plugins: ['@ianvs/prettier-plugin-sort-imports'], importOrder: [...codeImports, ...typeImports], importOrderTypeScriptVersion: '5.5.4', overrides: [ { files: '*.mdx', options: { parser: 'mdx', }, }, { files: ['*.jsonc', '*.code-workspace'], options: { trailingComma: 'none', }, }, ], } module.exports = 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/cloudflare/mcp-server-cloudflare'

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