Skip to main content
Glama

Task Manager MCP Server

by blizzy78
vitest.config.ts760 B
import { defineConfig } from 'vitest/config' export default defineConfig({ test: { globals: true, environment: 'node', include: ['**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'], exclude: ['node_modules', 'dist', '**/*.d.ts'], setupFiles: ['./vitest.setup.ts'], coverage: { provider: 'v8', reporter: 'text', exclude: [ 'node_modules/', 'dist/', '**/*.d.ts', '**/*.test.ts', '**/*.spec.ts', 'vitest.config.ts', 'vitest.setup.ts', 'index.ts', 'sse.ts', 'stdio.ts', 'streamableHttp.ts', 'tools/index.ts', ], }, }, resolve: { alias: { '@': new URL('./', import.meta.url).pathname, }, }, })

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/blizzy78/mcp-task-manager'

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