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 420 B
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