mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-17 21:54:05 +02:00
Remove console log statements
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user