@@ -72,37 +72,42 @@ Generated from the Click command tree.
7272 Supports conversation threads for multi-turn interactions. Use --thread-id
7373 to continue an existing conversation, or omit it to start a new one.
7474
75+
7576 The agent is automatically selected based on the query:
76- - Knowledge agent: General Redis questions (no instance)
77- - Chat agent: Quick questions with a Redis instance
78- - Triage agent: Full health checks or --triage flag
77+ - Knowledge agent: General Redis questions (no instance)
78+ - Chat agent: Quick questions with a Redis instance
79+ - Triage agent: Full health checks or --triage flag
7980- worker — Start the background worker.
8081- mcp — MCP server commands - expose agent capabilities via Model Context Protocol.
8182- mcp list-tools — List available MCP tools.
8283- mcp serve — Start the MCP server.
8384
8485 The MCP server exposes the Redis SRE Agent's capabilities to other
85- MCP-compatible AI agents. Available tools:
86-
87- - triage: Start a Redis troubleshooting session
88- - get_task_status: Check if a triage task is complete
89- - get_thread: Get the full results from a triage
90- - knowledge_search: Search Redis documentation and runbooks
91- - list_instances: List configured Redis instances
92- - create_instance: Register a new Redis instance
93-
86+ MCP-compatible AI agents.
87+
88+
89+ Available tools:
90+ - triage: Start a Redis troubleshooting session
91+ - get_task_status: Check if a triage task is complete
92+ - get_thread: Get the full results from a triage
93+ - knowledge_search: Search Redis documentation and runbooks
94+ - list_instances: List configured Redis instances
95+ - create_instance: Register a new Redis instance
96+
97+
9498 Examples:
95-
96- # Run in stdio mode (for Claude Desktop local config)
97- redis-sre-agent mcp serve
98-
99- # Run in HTTP mode (for Claude remote connector - RECOMMENDED)
100- redis-sre-agent mcp serve --transport http --port 8081
101- # Then add in Claude: Settings > Connectors > Add Custom Connector
102- # URL: http://your-host:8081/mcp
103-
104- # Run in SSE mode (legacy, for older clients)
105- redis-sre-agent mcp serve --transport sse --port 8081
99+ # Run in stdio mode (for Claude Desktop local config)
100+ redis-sre-agent mcp serve
101+
102+
103+ # Run in HTTP mode (for Claude remote connector - RECOMMENDED)
104+ redis-sre-agent mcp serve --transport http --port 8081
105+ # Then add in Claude: Settings > Connectors > Add Custom Connector
106+ # URL: http://your-host:8081/mcp
107+
108+
109+ # Run in SSE mode (legacy, for older clients)
110+ redis-sre-agent mcp serve --transport sse --port 8081
106111- index — RediSearch index management commands.
107112- index list — List all SRE agent indices and their status.
108113- index recreate — Drop and recreate RediSearch indices.
0 commit comments