mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 07:09:11 +02:00
Restore upgraded dependency checks (#4576)
* Restore upgraded dependency checks Generated with Codex * Clarify settings loading and teardown logging Generated with Codex * Align ty checks on the upgraded version Generated with Codex * Preserve simultaneous caller cancellation Generated with Codex
This commit is contained in:
parent
4ec2757b6d
commit
9d9bf2b717
8 changed files with 96 additions and 37 deletions
|
|
@ -41,7 +41,7 @@ class SurgeSettings(BaseSettings):
|
|||
|
||||
# Create server
|
||||
mcp = FastMCP("Text me")
|
||||
surge_settings = SurgeSettings() # type: ignore
|
||||
surge_settings = SurgeSettings() # type: ignore[call-arg]
|
||||
|
||||
|
||||
@mcp.tool(name="textme", description="Send a text message to me")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue