Skip to main content
Glama

Activepieces MCP Server

by eldoonreval
i18next-parser.config.jsβ€’747 B
module.exports = { locales: ['en', 'fr', 'it', 'de', 'nl', 'ja', 'es', 'id', 'vi', 'zh', 'pt', 'hu', 'uk', 'bg'], // Your supported languages output: 'packages/react-ui/public/locales/$LOCALE/$NAMESPACE.json', // Where to output the JSON files input: ['src/**/*.{js,jsx,ts,tsx}'], // Where to find your React files defaultNamespace: 'translation', // Default namespace if not specified createOldCatalogs: false, // Don’t maintain the existing structure with old keys lexers: { js: ['JavascriptLexer'], jsx: ['JavascriptLexer'], ts: ['JavascriptLexer'], tsx: ['JavascriptLexer'], }, keepRemoved: false, keySeparator: false, // Disable key separator namespaceSeparator: false, // Disable namespace separator };

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/eldoonreval/activepieces'

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