Chat history and growing context
This commit is contained in:
7
airflow-wingman/src/airflow_wingman/mcp_tools.py
Normal file
7
airflow-wingman/src/airflow_wingman/mcp_tools.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import asyncio
|
||||
|
||||
from airflow_mcp_server.tools.tool_manager import get_airflow_tools
|
||||
|
||||
# Get tools with their parameters
|
||||
tools = asyncio.run(get_airflow_tools(mode="safe"))
|
||||
TOOLS = {tool.name: {"description": tool.description, "parameters": tool.inputSchema} for tool in tools}
|
||||
Reference in New Issue
Block a user