diff --git a/app/__test__/app/AppServer.spec.ts b/app/__test__/app/AppServer.spec.ts index 43cf220..46ad76e 100644 --- a/app/__test__/app/AppServer.spec.ts +++ b/app/__test__/app/AppServer.spec.ts @@ -15,6 +15,7 @@ describe("AppServer", () => { }, mcp: { enabled: false, + path: "/api/system/mcp", }, }); } @@ -36,6 +37,7 @@ describe("AppServer", () => { }, mcp: { enabled: false, + path: "/api/system/mcp", }, }); } diff --git a/app/src/App.ts b/app/src/App.ts index fb05ee6..bd62092 100644 --- a/app/src/App.ts +++ b/app/src/App.ts @@ -293,9 +293,10 @@ export class App