We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bgauryy/octocode-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
setup.ts•365 B
/**
* Vitest Setup File for octocode-shared
*
* Global mocks to prevent tests from accessing real system resources.
* This file runs before all tests to ensure isolation.
*/
import { vi } from 'vitest';
// Reset all mocks before each test to ensure test isolation
// Note: We don't mock process globally because session tests need full process functionality