mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
feat: mcp fs operate
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user