mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-04 09:06:01 +00:00
feat: lazy load mcp server
This commit is contained in:
@@ -39,6 +39,7 @@ describe("mcp media", async () => {
|
||||
},
|
||||
});
|
||||
await app.build();
|
||||
await app.getMcpClient().ping();
|
||||
server = app.mcp!;
|
||||
server.setLogLevel("error");
|
||||
server.onNotification((message) => {
|
||||
|
||||
Reference in New Issue
Block a user