Skip to main content
Glama

Canvas MCP Server

by plyght
eslint.config.js968 B
import tseslint from "@typescript-eslint/eslint-plugin"; import parser from "@typescript-eslint/parser"; export default [ { files: ["src/**/*.ts"], languageOptions: { parser: parser, parserOptions: { ecmaVersion: 2022, sourceType: "module", }, globals: { console: "readonly", process: "readonly", Buffer: "readonly", __dirname: "readonly", __filename: "readonly", setTimeout: "readonly", setInterval: "readonly", clearTimeout: "readonly", clearInterval: "readonly", Promise: "readonly", }, }, plugins: { "@typescript-eslint": tseslint, }, rules: { ...tseslint.configs.recommended.rules, "@typescript-eslint/no-explicit-any": "warn", "@typescript-eslint/explicit-function-return-type": "off", "@typescript-eslint/no-unused-vars": ["error", { argsIgnorePattern: "^_" }], }, }, ];

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/plyght/canvas-mcp'

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