Remove console log statements

This commit is contained in:
cliffhall
2025-12-19 10:18:47 -05:00
parent 53cc385d4e
commit 44faf3a200
2 changed files with 0 additions and 2 deletions

View File

@@ -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

View File

@@ -47,7 +47,6 @@ export const registerGetStructuredContentTool = (server: McpServer) => {
server.registerTool(name, config, async (args): Promise<CallToolResult> => {
// Get simulated weather for the chosen city
let weather;
console.log();
switch (args.location) {
case "New York":
weather = {