Skip to main content
Glama

Xero MCP Server

Official
MIT License
485
124
  • Apple
  • Linux
eslint.config.js507 B
import globals from "globals"; import pluginJs from "@eslint/js"; import tseslint from "typescript-eslint"; import { defineConfig } from "eslint/config"; import eslintConfigPrettier from "eslint-config-prettier/flat"; /** @type {import('eslint').Linter.Config[]} */ export default defineConfig([ { files: ["**/*.{js,mjs,cjs,ts}"] }, { ignores: ["dist/"] }, { languageOptions: { globals: globals.node } }, pluginJs.configs.recommended, ...tseslint.configs.recommended, eslintConfigPrettier, ]);

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/XeroAPI/xero-mcp-server'

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