Spaces:
No application file
No application file
Update chat_mcp_server.py
Browse files- 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")
|