fastmcp/examples/apps
Jeremiah Lowin 7d76c9d055
Add examples/ to the ty static-analysis gate (#4466)
* Add examples/ to ty static-analysis gate

* Fix example type errors and stale SDK idioms for ty

* Use typing_extensions.TypedDict for the quiz tool-param type

Question is a take_quiz parameter, so FastMCP builds a Pydantic schema
for it; typing.TypedDict raises PydanticUserError on Python 3.10/3.11
(only 3.12+ accepts it). ty and 3.12 runs miss this, so it slipped in.

* Guard get_access_token() None case in huggingface_oauth example

Caught by the ty gate this PR adds: the example, merged separately,
had never been type-checked against examples/. Matches the existing
aws_oauth/keycloak_oauth pattern.

* Print actual YAML text in custom serializer example
2026-07-18 19:44:13 -04:00
..
approval Add Approval and Choice providers (#3686) 2026-03-28 20:58:17 -04:00
approvals Add GenerativeUI provider, bump prefab-ui 0.14.0 (#3647) 2026-03-27 09:20:40 -04:00
choice Add Approval and Choice providers (#3686) 2026-03-28 20:58:17 -04:00
contacts Add GenerativeUI provider, bump prefab-ui 0.14.0 (#3647) 2026-03-27 09:20:40 -04:00
explorer Add GenerativeUI provider, bump prefab-ui 0.14.0 (#3647) 2026-03-27 09:20:40 -04:00
file_upload Add FileUpload provider (#3669) 2026-03-28 19:45:43 -04:00
form Add FormInput provider, bump prefab-ui to 0.15.0 (#3687) 2026-03-28 21:15:13 -04:00
inventory Add GenerativeUI provider, bump prefab-ui 0.14.0 (#3647) 2026-03-27 09:20:40 -04:00
map Migrate to MCP SDK v2.0.0b2 (httpx2) (#4503) 2026-07-18 15:12:47 -04:00
qr_server Add examples/ to the ty static-analysis gate (#4466) 2026-07-18 19:44:13 -04:00
quiz Add examples/ to the ty static-analysis gate (#4466) 2026-07-18 19:44:13 -04:00
sales_dashboard Add examples/ to the ty static-analysis gate (#4466) 2026-07-18 19:44:13 -04:00
system_monitor Add sales dashboard and live system monitor examples, bump prefab-ui to 0.17 (#3696) 2026-03-29 21:00:15 -04:00
chart_server.py Add fastmcp dev apps command with browser UI preview (#3489) 2026-03-14 12:29:37 -04:00
datatable_server.py Docs: showcase hero, narrative improvements, panel closed by default (#3657) 2026-03-27 14:39:32 -04:00
generative_ui.py Add GenerativeUI provider, bump prefab-ui 0.14.0 (#3647) 2026-03-27 09:20:40 -04:00
greet_server.py Add fastmcp dev apps command with browser UI preview (#3489) 2026-03-14 12:29:37 -04:00
inspector_demo.py Add MCP message inspector to dev apps UI (#3570) 2026-03-21 12:20:16 -04:00
patterns_server.py Add GenerativeUI provider, bump prefab-ui 0.14.0 (#3647) 2026-03-27 09:20:40 -04:00
showcase_server.py Docs: showcase hero, narrative improvements, panel closed by default (#3657) 2026-03-27 14:39:32 -04:00