We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fab334 commit 8ad1db5Copy full SHA for 8ad1db5
src/main.py
@@ -16,7 +16,6 @@
16
class RedisMCPServer:
17
def __init__(self):
18
redis_client = RedisConnectionManager.get_connection(decode_responses=False)
19
- print(redis_client.ping())
20
21
def run(self):
22
mcp.run(transport='stdio')
0 commit comments