Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
MCP-1st-Birthday
/
utility-function-mcp
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
benjosaur
commited on
Jan 18
Commit
5db45be
·
1 Parent(s):
b383738
Deploy as MCP
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -257,4 +257,4 @@ with gr.Blocks(title="EV Utility Function Calculator") as demo:
257
""")
258
259
if __name__ == "__main__":
260
-
demo.launch()
257
""")
258
259
if __name__ == "__main__":
260
+
demo.launch(
mcp_server=True
)