New tool! "challenge" with confidence and stop Claude from agreeing with you blindly and undoing the _correct_ strategy because you were wrong
Fixed run script to ensure pip is installed
This commit is contained in:
@@ -3,6 +3,7 @@ Tool implementations for Zen MCP Server
|
||||
"""
|
||||
|
||||
from .analyze import AnalyzeTool
|
||||
from .challenge import ChallengeTool
|
||||
from .chat import ChatTool
|
||||
from .codereview import CodeReviewTool
|
||||
from .consensus import ConsensusTool
|
||||
@@ -29,6 +30,7 @@ __all__ = [
|
||||
"ListModelsTool",
|
||||
"PlannerTool",
|
||||
"PrecommitTool",
|
||||
"ChallengeTool",
|
||||
"RefactorTool",
|
||||
"SecauditTool",
|
||||
"TestGenTool",
|
||||
|
||||
Reference in New Issue
Block a user