UNPKG

roundhr-mcp-server

Version:

MCP server for RoundHR database tools

16 lines (15 loc) 320 B
import { RoundReportClient } from "../clients/round-report-client.js"; const client = RoundReportClient.getInstance(); /** * */ export async function handleSchema() { return client.schema(); } /** * * @param params */ export async function handleExecuteQuery(params) { return client.executeQuery(params); }