Skip to main content
Glama

taskqueue-mcp

setup.ts533 B
// This file provides global declarations for Jest functions // It allows TypeScript to recognize Jest globals without explicit imports import { jest, describe, it, expect, beforeEach, afterEach, beforeAll, afterAll } from '@jest/globals'; // Export the Jest globals for reuse export { jest, describe, it, expect, beforeEach, afterEach, beforeAll, afterAll }; // Add global teardown afterAll(async () => { // Allow time for any open handles to close await new Promise(resolve => setTimeout(resolve, 500)); });

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/chriscarrollsmith/taskqueue-mcp'

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