Spaces:
Sleeping
Sleeping
fix 4
Browse files
vader_mcp/mcp_output/mcp_plugin/__pycache__/mcp_service.cpython-39.pyc
CHANGED
|
Binary files a/vader_mcp/mcp_output/mcp_plugin/__pycache__/mcp_service.cpython-39.pyc and b/vader_mcp/mcp_output/mcp_plugin/__pycache__/mcp_service.cpython-39.pyc differ
|
|
|
vader_mcp/mcp_output/mcp_plugin/mcp_service.py
CHANGED
|
@@ -10,17 +10,6 @@ from vaderSentiment.vaderSentiment import SentimentIntensityAnalyzer
|
|
| 10 |
|
| 11 |
mcp = FastMCP("vaderSentiment_service")
|
| 12 |
|
| 13 |
-
# Add health check endpoint
|
| 14 |
-
@mcp.app.get("/")
|
| 15 |
-
async def root_health_check():
|
| 16 |
-
"""Health check endpoint at root path"""
|
| 17 |
-
return {
|
| 18 |
-
"status": "healthy",
|
| 19 |
-
"service": "vaderSentiment_service",
|
| 20 |
-
"version": "1.0.0",
|
| 21 |
-
"mcp_endpoint": "/mcp"
|
| 22 |
-
}
|
| 23 |
-
|
| 24 |
# Initialize the sentiment analyzer
|
| 25 |
analyzer = SentimentIntensityAnalyzer()
|
| 26 |
|
|
|
|
| 10 |
|
| 11 |
mcp = FastMCP("vaderSentiment_service")
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
# Initialize the sentiment analyzer
|
| 14 |
analyzer = SentimentIntensityAnalyzer()
|
| 15 |
|