We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/naotaka3/google-calendar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
setup.ts•356 B
// Jest global environment setup
process.env.NODE_ENV = 'test';
// Set environment variables before test execution
process.env.GOOGLE_CLIENT_ID = 'test-client-id';
process.env.GOOGLE_CLIENT_SECRET = 'test-client-secret';
process.env.GOOGLE_REDIRECT_URI = 'http://localhost:3000/oauth2callback';
// Indicate that this file is not a test
export default {};