Skip to content

Commit 44faf3a

Browse files
committed
Remove console log statements
1 parent 53cc385 commit 44faf3a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/everything/server/roots.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ export const syncRoots = async (server: McpServer, sessionId?: string) => {
8787

8888
// Request the initial roots list immediately
8989
await requestRoots();
90-
console.log(roots.get(sessionId));
9190
}
9291

9392
// Return the roots list for this client

src/everything/tools/get-structured-content.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ export const registerGetStructuredContentTool = (server: McpServer) => {
4747
server.registerTool(name, config, async (args): Promise<CallToolResult> => {
4848
// Get simulated weather for the chosen city
4949
let weather;
50-
console.log();
5150
switch (args.location) {
5251
case "New York":
5352
weather = {

0 commit comments

Comments
 (0)