@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.
10 lines • 360 B
TypeScript
export declare function findPackageJson(): string;
export declare function getPackageInfo(): {
name: string;
version: string;
};
export declare const PROXY_NAME: string;
export declare const PROXY_VERSION: string;
export declare const USER_AGENT: string;
export declare const MCP_PROTOCOL_VERSION = "2025-03-26";
//# sourceMappingURL=constants.d.ts.map