import dotenv from 'dotenv';
// Load environment variables for all tests
dotenv.config();
// Global test setup
beforeAll(() => {
// Set up any global test configuration
process.env.CD_API_BASE = process.env.CD_API_BASE || 'https://api.captaindata.com';
});
afterAll(() => {
// Clean up any global test state
});
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/captaindatatech/captaindata-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server