We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/royisme/codebase-rag'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
setup.ts•187 B
import { afterEach } from 'vitest'
import { cleanup } from '@testing-library/react'
import '@testing-library/jest-dom/vitest'
// Cleanup after each test
afterEach(() => {
cleanup()
})