We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ooples/mcp-console-automation'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
security.setup.ts•276 B
// Security test setup
import { jest } from '@jest/globals';
// Security test timeout
jest.setTimeout(180000);
// Security test specific setup
beforeAll(async () => {
// Setup security test environment
});
afterAll(async () => {
// Cleanup security test environment
});