import * as dotenv from 'dotenv';
// Load environment variables from .env file
dotenv.config();
// Ensure WOLFRAM_LLM_APP_ID is set
if (!process.env.WOLFRAM_LLM_APP_ID) {
throw new Error('WOLFRAM_LLM_APP_ID environment variable is required for tests. See README.md for setup instructions.');
}
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/Garoth/wolframalpha-llm-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server