We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Mnehmos/rpg-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
fixtures.ts•369 B
/**
* Deterministic test fixtures
*
* IMPORTANT: Never use new Date() or Date.now() in tests or production code.
* All timestamps must be deterministic to ensure reproducibility.
*/
export const FIXED_TIMESTAMP = '2025-01-01T00:00:00.000Z';
export const FIXED_TIMESTAMP_2 = '2025-01-01T00:01:00.000Z';
export const FIXED_TIMESTAMP_3 = '2025-01-01T00:02:00.000Z';