Zoro-147 commited on
Commit
5730558
·
verified ·
1 Parent(s): e734d94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -7,7 +7,6 @@ import mcp
7
 
8
  app = FastAPI()
9
 
10
- @mcp.tool()
11
  def analyze_sentiment(text: str) -> dict:
12
  """Core sentiment analysis logic"""
13
  blob = TextBlob(text)
 
7
 
8
  app = FastAPI()
9
 
 
10
  def analyze_sentiment(text: str) -> dict:
11
  """Core sentiment analysis logic"""
12
  blob = TextBlob(text)