We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/HitmanLy007/gmail-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•566 B
# Test Suite
This directory contains tests to run against the MCP package. It currently consists of a single [e2e.test.ts](./e2e.test.ts) script to run with test keys.
## Prerequisites
- Node.js 18+ installed
- Google project setup as describe in the main [README](../README.md)
## Running Jest E2E Tests
1. Configure the required environment variables:
```bash
export CLIENT_ID=
export CLIENT_SECRET=
export REFRESH_TOKEN=
export PORT= #For Streamable HTTP transport if 3000 is unavailable
2. Run the test suite:
```bash
pnpm i && pnpm build && pnpm test
```