mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 13:34:17 +02:00
Remove host/port for now
This commit is contained in:
parent
d6e5cefe3f
commit
d27db7645a
1 changed files with 0 additions and 3 deletions
|
|
@ -157,9 +157,6 @@ from fastmcp import FastMCP
|
|||
# Create a named server
|
||||
mcp = FastMCP("My App")
|
||||
|
||||
# Configure host/port for HTTP transport (optional)
|
||||
mcp = FastMCP("My App", host="localhost", port=8000)
|
||||
|
||||
# Specify dependencies for deployment and development
|
||||
mcp = FastMCP("My App", dependencies=["pandas", "numpy"])
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue