UNPKG

cursor-background-agent-mcp-server

Version:

MCP Server for Cursor Background Agents API - run autonomous coding agents from any MCP client

10 lines 250 B
"use strict"; const mockFetch = jest.fn(); global.fetch = mockFetch; process.env.CURSOR_API_KEY = 'test-api-key'; process.env.PORT = '3001'; beforeEach(() => { jest.clearAllMocks(); mockFetch.mockClear(); }); //# sourceMappingURL=setup.js.map