Update server.py
Browse files
server.py
CHANGED
|
@@ -5,6 +5,8 @@ from statsmodels.tsa.holtwinters import ExponentialSmoothing
|
|
| 5 |
from langchain_core.tools import StructuredTool
|
| 6 |
from pydantic import BaseModel
|
| 7 |
from langchain_core.tools import BaseTool
|
|
|
|
|
|
|
| 8 |
|
| 9 |
|
| 10 |
# --- Compact MCP Server Logic ---
|
|
|
|
| 5 |
from langchain_core.tools import StructuredTool
|
| 6 |
from pydantic import BaseModel
|
| 7 |
from langchain_core.tools import BaseTool
|
| 8 |
+
from langchain_core.tools import tool
|
| 9 |
+
|
| 10 |
|
| 11 |
|
| 12 |
# --- Compact MCP Server Logic ---
|