fastmcp/docs/servers
Jeremiah Lowin 19c5c507cc
Address review feedback on SEP-2663 tasks
- Client task support is opt-in via importing fastmcp_tasks (drop the core
  auto-load of companion packages); a plain Client never advertises tasks.
- A worker restores the submitting caller's auth token and headers from the
  task snapshot into the standard ambient context, so get_access_token() /
  get_http_headers() work in a distributed worker with no new core hooks.
- worker_cli validates the loaded extension's resolved backend, not env defaults,
  so a constructor-configured Redis worker starts.
- Thread the per-call read timeout through task polling; bound ToolTask.wait by
  its deadline; set_elicitation_callback rebuilds internal extensions so a
  later-set handler answers in-task input.
- README imports TaskConfig from fastmcp.utilities.tasks.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-22 19:14:16 -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 Address review feedback on SEP-2663 tasks 2026-07-22 19:14:16 -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 docs: rewrite background tasks pages for SEP-2663 2026-07-22 17:24:56 -04:00
telemetry.mdx docs: rewrite background tasks pages for SEP-2663 2026-07-22 17:24:56 -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