fastmcp/docs/servers
Jeremiah Lowin 7417e974f4
Let a server answer argument-completion requests (#4582)
* Add server-side argument completion (@mcp.completion)

* Reference CompletionValues directly in cast so the import reads as used

* Import completion types from mcp_types, not the fastmcp.types mirror

* Fix test imports after dropping the fastmcp.types mirror

* Fix change-register example import after dropping the types mirror

* Enforce 100-value completion cap; make docs example runnable

* Document completion authorization contract

* Offload sync completion handlers to threadpool

* Exclude bare str from completion return type

* Pass Any-typed value in bare-string rejection test

* Point completion authoring types to mcp_types in v4 notes
2026-07-21 12:26:24 -04:00
..
auth Add server-side identity assertion (SEP-990 ID-JAG) (#4483) 2026-07-18 19:52:15 -04:00
providers Mirror the frontend's protocol era on a proxy's backend connection (#4573) 2026-07-20 12:31:02 -04:00
transforms feat(code-mode): default sandbox limits and per-execution tool-call cap (#4170) 2026-05-20 10:47:12 -04:00
authorization.mdx Support async auth checks (#3152) 2026-02-11 12:48:51 -05:00
completions.mdx Let a server answer argument-completion requests (#4582) 2026-07-21 12:26:24 -04:00
composition.mdx Align server component docs (#4260) 2026-07-19 14:23:36 -04:00
context.mdx Align server component docs (#4260) 2026-07-19 14:23:36 -04:00
dependency-injection.mdx Align server component docs (#4260) 2026-07-19 14:23:36 -04:00
elicitation.mdx Trim fastmcp.types to FastMCP-unique types only 2026-07-20 20:53:11 -04:00
icons.mdx Trim fastmcp.types to FastMCP-unique types only 2026-07-20 20:53:11 -04:00
lifespan.mdx Restructure documentation for FastMCP 3.0 (#2951) 2026-01-19 21:33:35 -05:00
logging.mdx Restructure documentation for FastMCP 3.0 (#2951) 2026-01-19 21:33:35 -05:00
middleware.mdx Run FastMCP middleware for every inbound message (#4553) 2026-07-19 20:29:08 -04:00
pagination.mdx Align server component docs (#4260) 2026-07-19 14:23:36 -04:00
progress.mdx Align server component docs (#4260) 2026-07-19 14:23:36 -04:00
prompts.mdx Align server component docs (#4260) 2026-07-19 14:23:36 -04:00
resources.mdx Align server component docs (#4260) 2026-07-19 14:23:36 -04:00
sampling.mdx Trim fastmcp.types to FastMCP-unique types only 2026-07-20 20:53:11 -04:00
server.mdx Align server component docs (#4260) 2026-07-19 14:23:36 -04:00
storage-backends.mdx Fix broken code examples in docs (#3869) 2026-04-12 12:53:04 -04:00
tasks.mdx Speed up the unit test suite, and fix the task-notification race it surfaced (#4550) 2026-07-19 18:52:04 -04:00
telemetry.mdx Align server component docs (#4260) 2026-07-19 14:23:36 -04:00
testing.mdx Restructure docs navigation: CLI section, Composition, More (#3361) 2026-03-02 21:09:48 -05:00
tool-fingerprinting.mdx docs: add tool fingerprinting recipe for stable schema hashing (#4233) 2026-05-27 10:52:14 -04:00
tools.mdx Trim fastmcp.types to FastMCP-unique types only 2026-07-20 20:53:11 -04:00
versioning.mdx Align server component docs (#4260) 2026-07-19 14:23:36 -04:00
visibility.mdx Align server component docs (#4260) 2026-07-19 14:23:36 -04:00