feat: add mcp scene api

This commit is contained in:
2026-05-31 00:08:51 +00:00
parent 570baf83ab
commit 1b0024d78f
9 changed files with 598 additions and 13 deletions
+5
View File
@@ -6,6 +6,11 @@
:80 {
encode zstd gzip
@mcp path /mcp
handle @mcp {
reverse_proxy 127.0.0.1:3001
}
@api path /api/*
handle @api {
reverse_proxy 127.0.0.1:3000