Skip to main content
Glama

MCP-Typescribe

by yWorks
eslint.config.mjs696 B
// @ts-check import eslint from "@eslint/js"; import eslintConfigPrettier from "eslint-config-prettier"; import globals from "globals"; import tseslint from "typescript-eslint"; export default tseslint.config( eslint.configs.recommended, ...tseslint.configs.recommended, eslintConfigPrettier, { // Node.js specific language options languageOptions: { ecmaVersion: 2022, sourceType: "module", globals: { ...globals.node, }, }, }, { // Files to ignore ignores: [ "**/build/**", "**/node_modules/**", "**/dist/**", "**/src/cline-playground/**", "docs/api.json", "**/src/search/**", ], }, );

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/yWorks/mcp-typescribe'

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