Skip to main content
Glama

SVGMaker MCP Server

by GenWaveLLC
.eslintrc.json688 B
{ "parser": "@typescript-eslint/parser", "extends": [ "eslint:recommended", "plugin:@typescript-eslint/recommended", "plugin:prettier/recommended" ], "plugins": ["@typescript-eslint", "prettier"], "rules": { "prettier/prettier": "error", "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/explicit-module-boundary-types": "off", "@typescript-eslint/no-unused-vars": ["warn", { "argsIgnorePattern": "^_", "varsIgnorePattern": "^_" }], "no-useless-catch": "off" }, "env": { "node": true }, "ignorePatterns": ["build", "node_modules", "*.js"], "parserOptions": { "ecmaVersion": 2020, "sourceType": "module" } }

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/GenWaveLLC/svgmaker-mcp'

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