We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/h0ck3ystyx/synergyde-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
setup.ts•327 B
/**
* Test setup file for provider tests
* Initializes mocks before tests run
*/
// Mock config - this will be used by all test files
export const mockConfig = {
docBaseUrl: "https://www.synergex.com/docs/",
defaultVersion: "latest",
localDocPath: "/test/docs",
cacheDir: "./cache",
logLevel: "info" as const,
};