Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Jofthomas
/
linkedin_mcp
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Jofthomas
commited on
Sep 11
Commit
67e1f99
·
verified
·
1 Parent(s):
0b53583
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -16,7 +16,7 @@ from fastmcp import FastMCP
16
mcp = FastMCP(
17
name="linkedin-jobs",
18
host="0.0.0.0",
19
-
port=
7861
,
20
)
21
22
16
mcp = FastMCP(
17
name="linkedin-jobs",
18
host="0.0.0.0",
19
+
port=
7860
,
20
)
21
22