tambahan
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user