mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 21:44:18 +02:00
Enforce name/instructions as only positional args
This commit is contained in:
parent
60dada7026
commit
6af2baaa36
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