Skip to main content
Glama

pluggedin-mcp-proxy

setup.ts415 B
import { beforeAll, afterAll, afterEach } from 'vitest'; // Set test environment variables beforeAll(() => { process.env.NODE_ENV = 'test'; process.env.PLUGGEDIN_API_KEY = 'test-api-key'; process.env.PLUGGEDIN_API_BASE_URL = 'http://localhost:3000'; }); // Clean up after each test afterEach(() => { // Reset any mocks or state }); // Clean up after all tests afterAll(() => { // Any global cleanup });

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/VeriTeknik/pluggedin-mcp'

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