import dotenv from 'dotenv';
import { afterAll, beforeAll, beforeEach } from 'vitest';
// Load .env.test which contains real New Relic credentials for test telemetry
// This allows us to monitor test execution in New Relic
dotenv.config({ path: '.env.test' });
beforeAll(() => {
console.log('Starting test suite for New Relic MCP Server');
});
beforeEach(() => {
// Reset any mocks or state before each test
});
afterAll(() => {
console.log('Test suite completed');
});
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/cloudbring/newrelic-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server