UNPKG

roundhr-mcp-server

Version:

MCP server for RoundHR database tools

5 lines (4 loc) 128 B
import { z } from "zod"; export const ExecuteQueryArgsSchema = z.object({ query: z.string().describe("Database Query"), });