akashraut commited on
Commit
5bea503
·
verified ·
1 Parent(s): a4facdd

Update server.py

Browse files
Files changed (1) hide show
  1. server.py +2 -0
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 ---