Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pgurazada1
/
airline-ops-mcp-server
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pgurazada1
commited on
May 28
Commit
2b07db1
·
verified
·
1 Parent(s):
43d0116
Update server.py
Browse files
Files changed (1)
hide
show
server.py
+1
-1
server.py
CHANGED
Viewed
@@ -178,5 +178,5 @@ if __name__ == "__main__":
178
mcp.run(
179
transport="streamable-http",
180
host="0.0.0.0",
181
-
port=8000
'
182
)
178
mcp.run(
179
transport="streamable-http",
180
host="0.0.0.0",
181
+
port=8000
182
)