ZweliM commited on
Commit
9916ac1
·
verified ·
1 Parent(s): 19c3fa5

Update chat_mcp_server.py

Browse files
Files changed (1) hide show
  1. chat_mcp_server.py +3 -0
chat_mcp_server.py CHANGED
@@ -162,3 +162,6 @@ def stock_awareness(product_name: str) -> str:
162
  str: A message indicating the stock status of the product.
163
  """
164
  return f"The current stock status for {product_name} is: [Stock Status]."
 
 
 
 
162
  str: A message indicating the stock status of the product.
163
  """
164
  return f"The current stock status for {product_name} is: [Stock Status]."
165
+
166
+ if __name__ == "__main__":
167
+ mcp.run(transport="stdio")