Skip to main content
Glama

MCP Task Manager Server

by bsmi021
.eslintrc.json701 B
{ "root": true, "parser": "@typescript-eslint/parser", "plugins": [ "@typescript-eslint", "prettier" ], "extends": [ "eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier" // Make sure this is last ], "rules": { "prettier/prettier": "warn", "@typescript-eslint/no-unused-vars": ["warn", { "argsIgnorePattern": "^_" }], "@typescript-eslint/no-explicit-any": "warn", // Use warn instead of error initially "no-console": "off" // Allow console logging for server apps, or configure properly }, "env": { "node": true, "es2022": true }, "parserOptions": { "ecmaVersion": "latest", "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/bsmi021/mcp-task-manager-server'

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