UNPKG

onyx-mcp-server

Version:

Model Context Protocol (MCP) server for seamless integration with Onyx AI knowledge bases

7 lines 215 B
/** * Tool Handlers * Exports all tool handlers for the Onyx MCP Server */ export { handleSearchOnyx } from './searchTool.js'; export { handleChatWithOnyx } from './chatTool.js'; //# sourceMappingURL=index.js.map