feat: support for GPT-5-Pro highest reasoning model https://github.com/BeehiveInnovations/zen-mcp-server/issues/275

This commit is contained in:
Fahad
2025-10-06 22:36:44 +04:00
parent c342d60c30
commit a65485a1e5
6 changed files with 41 additions and 13 deletions

View File

@@ -49,7 +49,6 @@ from config import ( # noqa: E402
)
from tools import ( # noqa: E402
AnalyzeTool,
LookupTool,
ChallengeTool,
ChatTool,
CLinkTool,
@@ -58,6 +57,7 @@ from tools import ( # noqa: E402
DebugIssueTool,
DocgenTool,
ListModelsTool,
LookupTool,
PlannerTool,
PrecommitTool,
RefactorTool,