diff --git a/src/everything/server/roots.ts b/src/everything/server/roots.ts index f70bb7d1..b3c41356 100644 --- a/src/everything/server/roots.ts +++ b/src/everything/server/roots.ts @@ -87,7 +87,6 @@ export const syncRoots = async (server: McpServer, sessionId?: string) => { // Request the initial roots list immediately await requestRoots(); - console.log(roots.get(sessionId)); } // Return the roots list for this client diff --git a/src/everything/tools/get-structured-content.ts b/src/everything/tools/get-structured-content.ts index a83f72a4..83c98c0a 100644 --- a/src/everything/tools/get-structured-content.ts +++ b/src/everything/tools/get-structured-content.ts @@ -47,7 +47,6 @@ export const registerGetStructuredContentTool = (server: McpServer) => { server.registerTool(name, config, async (args): Promise => { // Get simulated weather for the chosen city let weather; - console.log(); switch (args.location) { case "New York": weather = {