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