tambahan
This commit is contained in:
@@ -36,7 +36,6 @@ const app = new Elysia()
|
||||
.use(Api)
|
||||
.use(Docs)
|
||||
.use(Auth)
|
||||
.use(MCPRoute)
|
||||
.get(
|
||||
"/.well-known/mcp.json",
|
||||
async () => {
|
||||
@@ -50,8 +49,8 @@ const app = new Elysia()
|
||||
},
|
||||
},
|
||||
)
|
||||
// .use(McpRoute)
|
||||
.get("*", html)
|
||||
.use(MCPRoute)
|
||||
.get("/*", html)
|
||||
.listen(3000, () => {
|
||||
console.log("Server running at http://localhost:3000");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user