@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 • 420 B
TypeScript
import type { ProxyConfig } from "./types.js";
export { getProxyConfig } from "./config.js";
export { PROXY_NAME, PROXY_VERSION } from "./constants.js";
export { startStdioServer } from "./stdio-server.js";
export type { ProxyConfig } from "./types.js";
export declare function startProxy(config: ProxyConfig): Promise<() => void>;
export declare function main(): Promise<() => void>;
//# sourceMappingURL=index.d.ts.map