fastmcp/docs/clients
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 machine-to-machine client authentication (#4583) 2026-07-21 12:27:08 -04:00
client-only-package.mdx fix(docs): use valid FA icon on client-only package page (#4139) 2026-05-14 22:14:38 -04:00
client.mdx docs: rewrite background tasks pages for SEP-2663 2026-07-22 17:24:56 -04:00
elicitation.mdx Make protocol-version notes scannable and drop era jargon from client docs 2026-07-20 15:00:58 -04:00
fastmcp-remote.mdx Align client, Apps, and integration docs (#4261) 2026-07-19 14:30:51 -04:00
logging.mdx Align client, Apps, and integration docs (#4261) 2026-07-19 14:30:51 -04:00
notifications.mdx Align client, Apps, and integration docs (#4261) 2026-07-19 14:30:51 -04:00
progress.mdx Restructure documentation for FastMCP 3.0 (#2951) 2026-01-19 21:33:35 -05:00
prompts.mdx Trim fastmcp.types to FastMCP-unique types only 2026-07-20 20:53:11 -04:00
resources.mdx Trim fastmcp.types to FastMCP-unique types only 2026-07-20 20:53:11 -04:00
roots.mdx Make protocol-version notes scannable and drop era jargon from client docs 2026-07-20 15:00:58 -04:00
sampling.mdx Trim fastmcp.types to FastMCP-unique types only 2026-07-20 20:53:11 -04:00
tasks.mdx Address review feedback on SEP-2663 tasks 2026-07-22 19:14:16 -04:00
tools.mdx Trim fastmcp.types to FastMCP-unique types only 2026-07-20 20:53:11 -04:00
transports.mdx Merge remote-tracking branch 'origin/main' into feature/client-auto-default 2026-07-20 12:02:38 -04:00