Use enum values

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-11-12 12:04:18 +01:00
parent 944f61da15
commit 6d1760ce9b
6 changed files with 24 additions and 38 deletions

View File

@@ -417,7 +417,7 @@ func (impl *Implm) Run(
CookieSecure: impl.cfg.Auth.Cookie.Secure,
},
MCPConfig: api.MCPConfig{
Version: "1.0.0",
Version: "0.0.1",
RequestTimeout: 30 * time.Second,
MaxRequestSize: 10 * 1024 * 1024, // 10MB
},