This commit is contained in:
bipproduction
2025-10-26 21:17:51 +08:00
parent ab8d3ae8e2
commit cd7784a375
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
import { Elysia, t } from "elysia";
export const MCPRoute = new Elysia({
prefix: "/api/mcp-server", // ✅ Sesuaikan dengan endpoint n8n
prefix: "/mcp-server", // ✅ Sesuaikan dengan endpoint n8n
tags: ["mcp-server"],
})
.post("/mcp", ({ body, set }) => {