Skip to main content
Glama

Deep Code Reasoning MCP Server

by haasonsaas
.eslintrc.json1.25 kB
{ "parser": "@typescript-eslint/parser", "extends": [ "eslint:recommended", "plugin:@typescript-eslint/recommended" ], "parserOptions": { "ecmaVersion": 2022, "sourceType": "module", "project": "./tsconfig.json" }, "env": { "node": true, "es2022": true }, "plugins": ["@typescript-eslint"], "rules": { "@typescript-eslint/explicit-function-return-type": "off", "@typescript-eslint/explicit-module-boundary-types": "off", "@typescript-eslint/no-explicit-any": "warn", "@typescript-eslint/no-unused-vars": [ "error", { "argsIgnorePattern": "^_", "varsIgnorePattern": "^_" } ], "no-console": [ "warn", { "allow": ["warn", "error"] } ], "prefer-const": "error", "no-trailing-spaces": "error", "semi": ["error", "always"], "quotes": ["error", "single", { "avoidEscape": true }], "comma-dangle": ["error", "always-multiline"], "indent": ["error", 2, { "SwitchCase": 1 }], "object-curly-spacing": ["error", "always"], "array-bracket-spacing": ["error", "never"] }, "ignorePatterns": [ "dist/", "node_modules/", "coverage/", "*.js", "*.d.ts", "src/__tests__/**" ] }

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/haasonsaas/deep-code-reasoning-mcp'

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