feat: mcp fs operate

This commit is contained in:
Ran
2026-02-01 01:41:55 +08:00
parent db4690d7b8
commit ce825d51c4
9 changed files with 1742 additions and 46 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ func NewServer(addr string, jwtSecret string, pingHandler *handlers.PingHandler,
return true
}
if strings.HasPrefix(path, "/mcp/") {
return true
return false
}
if strings.HasPrefix(path, "/api/docs") {
return true