Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
harshitkgupta
/
mcp_sentiment
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
mcp_sentiment
/
main.py
harshitkgupta
creating first version of sentiment Mcp server
40d90a9
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
91 Bytes
def
main
():
print
(
"Hello from mcp-sentiment!"
)
if
__name__ ==
"__main__"
:
main()