mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 22:14:18 +02:00
Basic cleanup
This commit is contained in:
parent
ca810729d7
commit
1b6813ef26
9 changed files with 509 additions and 394 deletions
|
|
@ -4,8 +4,10 @@ FastMCP Complex inputs Example
|
|||
Demonstrates validation via pydantic with complex models.
|
||||
"""
|
||||
|
||||
from pydantic import BaseModel, Field
|
||||
from typing import Annotated
|
||||
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
from fastmcp.server import FastMCP
|
||||
|
||||
mcp = FastMCP("Shrimp Tank")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue