This commit is contained in:
bipproduction
2025-10-26 20:25:45 +08:00
parent 89809199d3
commit f1b212c5d2

View File

@@ -1,6 +1,7 @@
import Elysia from "elysia"; import Elysia from "elysia";
import { t } from "elysia"; import { t } from "elysia";
const MCPRoute = new Elysia({ const MCPRoute = new Elysia({
prefix: "mcp", prefix: "mcp",
tags: ["mcp"], tags: ["mcp"],
@@ -46,4 +47,6 @@ const MCPRoute = new Elysia({
summary: "hello", summary: "hello",
description: "hello world", description: "hello world",
} }
}) })
export default MCPRoute