Skip to main content
Glama
testEnv.ts495 B
import dotenv from 'dotenv'; import { resetEnv as resetBaseEnv, setEnv as setBaseEnv } from '../testEnv.js'; export function setEnv(): void { setBaseEnv(); dotenv.config({ path: 'tests/oauth/.env.oauth', override: true }); process.env.OAUTH_CLIENT_ID_SECRET_PAIRS = 'test-client-id:test-client-secret'; } export function resetEnv(): void { resetBaseEnv(); dotenv.config({ path: 'tests/oauth/.env.oauth.reset', override: true }); delete process.env.OAUTH_CLIENT_ID_SECRET_PAIRS; }

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/datalabs89/tableau-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server