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 a7502cb commit 0636bf6Copy full SHA for 0636bf6
tests/test_main.py
@@ -16,6 +16,7 @@ class TestRedisMCPServer:
16
def test_init_prints_startup_message(self, capsys):
17
"""Test that RedisMCPServer initialization prints startup message."""
18
server = RedisMCPServer()
19
+ assert server is not None
20
21
captured = capsys.readouterr()
22
assert "Starting the Redis MCP Server" in captured.err
0 commit comments