Skip to main content
Glama

DALL-E 3 MCP Server

by chrisurf
.eslintrc.js764 B
module.exports = { parser: '@typescript-eslint/parser', extends: [ 'eslint:recommended', '@typescript-eslint/recommended', 'prettier' ], plugins: ['@typescript-eslint', 'prettier'], parserOptions: { ecmaVersion: 2022, sourceType: 'module', project: './tsconfig.eslint.json' }, env: { node: true, es2022: true, jest: true }, rules: { 'prettier/prettier': 'error', '@typescript-eslint/no-unused-vars': 'error', '@typescript-eslint/no-explicit-any': 'warn', '@typescript-eslint/explicit-function-return-type': 'off', '@typescript-eslint/explicit-module-boundary-types': 'off', '@typescript-eslint/no-non-null-assertion': 'warn' }, ignorePatterns: ['dist/', 'node_modules/', '*.js'] };

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/chrisurf/imagegen-mcp-d3'

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