UNPKG

@foundrole/ai-job-search-mcp

Version:

Run your job search from your AI assistant. Connect FoundRole to Claude, ChatGPT, Cursor, or any MCP client and search live jobs right away — no sign-up. Sign in once (your AI does it for you) to save and track applications on a Kanban board, set follow-u

8 lines 264 B
#!/usr/bin/env node import { main } from "./index.js"; // Run the main function when this file is executed directly main().catch((error) => { console.error("Unexpected error starting MCP proxy:", error); process.exit(1); }); //# sourceMappingURL=cli.js.map