Skip to main content
Glama

Context Optimizer MCP Server

setup.ts451 B
/** * Jest setup file */ // The MCP server now uses environment variables exclusively for configuration // No need to load .env files as the configuration system reads environment variables directly // Set quieter log level for tests to reduce console noise import { Logger } from '../src/utils/logger'; // Set log level to 'error' during tests to suppress info/debug messages Logger.setLogLevel('error'); // Extend Jest matchers import 'jest';

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/malaksedarous/context-optimizer-mcp-server'

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