import nock from 'nock';
// 모든 테스트 후 nock 정리
afterEach(() => {
nock.cleanAll();
});
// 테스트 환경에서 실제 HTTP 요청 방지
beforeAll(() => {
nock.disableNetConnect();
});
afterAll(() => {
nock.enableNetConnect();
});
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/TykanN/swit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server