I'm trying to use this mcp server on my Visual Studio Code but I'm getting stuck and just seeing this message
2025-04-23 17:19:50.888 [info] Waiting for server to respond to initialize request...
2025-04-23 17:19:55.889 [info] Waiting for server to respond to initialize request...
current VSC version is 1.99 and this is part of my setting.json
... "chat.mcp.discovery.enabled": true, "chat.agent.enabled": true, "mcp": { "inputs": [], "servers": { "trino": { "command": "docker", "args": ["run", "--rm", "IMAGE_I_BUILT_FOR_MY_M4"], "env": { "TRINO_HOST": "MY_HOST_ADDRESS", "TRINO_PORT": "8080", "TRINO_USER": "hive", "TRINO_SCHEMA": "hive", "TRINO_CATALOG": "glue" } }, "mcp-server-time": { "command": "python", "args": [ "-m", "mcp_server_time", "--local-timezone=America/Los_Angeles" ], "env": {} } } } }
I'm trying to use this mcp server on my Visual Studio Code but I'm getting stuck and just seeing this message
2025-04-23 17:19:50.888 [info] Waiting for server to respond to
initializerequest...2025-04-23 17:19:55.889 [info] Waiting for server to respond to
initializerequest...current VSC version is 1.99 and this is part of my setting.json
... "chat.mcp.discovery.enabled": true, "chat.agent.enabled": true, "mcp": { "inputs": [], "servers": { "trino": { "command": "docker", "args": ["run", "--rm", "IMAGE_I_BUILT_FOR_MY_M4"], "env": { "TRINO_HOST": "MY_HOST_ADDRESS", "TRINO_PORT": "8080", "TRINO_USER": "hive", "TRINO_SCHEMA": "hive", "TRINO_CATALOG": "glue" } }, "mcp-server-time": { "command": "python", "args": [ "-m", "mcp_server_time", "--local-timezone=America/Los_Angeles" ], "env": {} } } } }