Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AdityaDevx
/
github-mcp-server
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AdityaDevx
commited on
3 days ago
Commit
559306c
·
verified
·
1 Parent(s):
2d48d1e
Upload app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
from server import demo
2
+
3
+
if __name__ == "__main__":
4
+
demo.launch(mcp_server=True)