Skip to content

Commit 8ad1db5

Browse files
committed
removed Redis healthcheck on MCP startup
1 parent 8fab334 commit 8ad1db5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
class RedisMCPServer:
1717
def __init__(self):
1818
redis_client = RedisConnectionManager.get_connection(decode_responses=False)
19-
print(redis_client.ping())
2019

2120
def run(self):
2221
mcp.run(transport='stdio')

0 commit comments

Comments
 (0)