mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-22 05:45:15 +02:00
Remove console log statements
This commit is contained in:
@@ -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