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