Skip to main content
Glama

yeepay-mcp

by yop-platform
eslint.config.js451 B
import globals from "globals"; import tseslint from "typescript-eslint"; export default [ { files: ["**/*.{js,mjs,cjs,ts,mts,cts}"], languageOptions: { globals: { ...globals.node, ...globals.es2021 } } }, ...tseslint.configs.recommended, { rules: { "@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_" }], "@typescript-eslint/no-explicit-any": "warn" } } ];

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/yop-platform/yeepay-mcp'

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