feat: new tool to perform apilookup (latest APIs / SDKs / language features etc) https://github.com/BeehiveInnovations/zen-mcp-server/issues/204

This commit is contained in:
Fahad
2025-10-06 09:50:04 +04:00
parent c42e9e9c34
commit 5bea59540f
5 changed files with 229 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ Tool implementations for Zen MCP Server
"""
from .analyze import AnalyzeTool
from .apilookup import LookupTool
from .challenge import ChallengeTool
from .chat import ChatTool
from .clink import CLinkTool
@@ -26,6 +27,7 @@ __all__ = [
"DebugIssueTool",
"DocgenTool",
"AnalyzeTool",
"LookupTool",
"ChatTool",
"CLinkTool",
"ConsensusTool",