mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-24 06:24:18 +02:00
Merge pull request #516 from jlowin/prep-release
Update release numbers for anticipated version
This commit is contained in:
commit
c6e3c16b11
2 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ This command runs the server directly in your current Python environment. You ar
|
|||
| Log Level | `--log-level`, `-l` | Log level (DEBUG, INFO, WARNING, ERROR, CRITICAL) |
|
||||
|
||||
#### Server Specification
|
||||
<VersionBadge version="2.4.0" />
|
||||
<VersionBadge version="2.3.5" />
|
||||
|
||||
The server can be specified in three ways:
|
||||
1. `server.py` - imports the module and looks for a FastMCP object named `mcp`, `server`, or `app`. Errors if no such object is found.
|
||||
|
|
|
|||
|
|
@ -1145,7 +1145,7 @@ class FastMCP(Generic[LifespanResultT]):
|
|||
"""
|
||||
Create a FastMCP proxy server from a FastMCP client.
|
||||
"""
|
||||
# Deprecated since 2.4.0
|
||||
# Deprecated since 2.3.5
|
||||
warnings.warn(
|
||||
"FastMCP.from_client() is deprecated; use FastMCP.as_proxy() instead.",
|
||||
DeprecationWarning,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue