We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/profullstack/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
setup.js•158 B
/**
* Test setup for the scanner module
*/
import { expect } from 'chai';
import sinon from 'sinon';
// Export for use in tests
export { expect, sinon };