mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 13:34:17 +02:00
Merge pull request #848 from jlowin/positional-arg-version
Update version to not be positional
This commit is contained in:
commit
eeedd175a5
1 changed files with 2 additions and 1 deletions
|
|
@ -110,8 +110,9 @@ class FastMCP(Generic[LifespanResultT]):
|
|||
def __init__(
|
||||
self,
|
||||
name: str | None = None,
|
||||
version: str | None = None,
|
||||
instructions: str | None = None,
|
||||
*,
|
||||
version: str | None = None,
|
||||
auth: OAuthProvider | None = None,
|
||||
lifespan: (
|
||||
Callable[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue