Files
copilotkit--copilotkit/examples/v2/vue/demo/server/api/copilotkit-mcp/[...slug].ts
T
2026-07-13 12:58:18 +08:00

5 lines
187 B
TypeScript

import { copilotMcpEndpoint } from "../../utils/endpoints";
import { defineHonoEventHandler } from "../../utils/hono-handler";
export default defineHonoEventHandler(copilotMcpEndpoint);