UNPKG

@foundrole/ai-job-search-mcp

Version:

Easy-to-use MCP proxy server that connects AI assistants like Claude to job search services. Simply run with npx for instant job search capabilities in your AI conversations.

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