We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/elevanaltd/smartsuite-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
setup-integration-env.ts•234 B
// Test setup file for loading environment variables
// Required by vitest.config.ts setupFiles
// Load environment variables from .env if available
import { config } from 'dotenv';
config();
// Global test setup can be added here