Commit Graph

4 Commits

Author SHA1 Message Date
Max Isbey c752b0e545 Remove the examples' pydantic-settings usage instead of carrying the dependency
pydantic-settings was left in the dev group only because two examples used it.
The text_me example needs a paid third-party SMS account to run and nothing
references or tests it, so delete it. The simple-auth example's two settings
classes are always constructed with explicit values or defaults, so plain
pydantic models do the same job; drop pydantic-settings from that example's
dependencies and from the root dev group.
2026-07-25 20:45:34 +00:00
Marcelo Trylesinski 2713b53b12 Replace httpx and httpx-sse with httpx2 (#2972)
CI / checks (push) Failing after 1s
CI / all-green (push) Has been cancelled
Co-authored-by: Max Isbey <224885523+maxisbey@users.noreply.github.com>
2026-07-14 17:05:08 +01:00
Marcelo Trylesinski 0ee7f1b293 Split protocol types into a standalone mcp-types package (#2973) 2026-06-25 19:18:38 +02:00
Marcelo Trylesinski 65c614e48e Rename FastMCP to MCPServer (#1951) 2026-01-25 14:45:52 +01:00