Fix route mount for each requests

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-11-07 09:51:51 +01:00
parent 37aa5e04be
commit fcbfd93f26
5 changed files with 61 additions and 41 deletions

View File

@@ -416,6 +416,11 @@ func (impl *Implm) Run(
TokenType: impl.cfg.TrustAuth.TokenType,
CookieSecure: impl.cfg.Auth.Cookie.Secure,
},
MCPConfig: api.MCPConfig{
Version: "1.0.0",
RequestTimeout: 30 * time.Second,
MaxRequestSize: 10 * 1024 * 1024, // 10MB
},
},
)
if err != nil {