mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-17 19:19:12 +02:00
Co-authored-by: marvin-context-protocol[bot] <225465937+marvin-context-protocol[bot]@users.noreply.github.com>
24 lines
597 B
Text
24 lines
597 B
Text
---
|
|
title: capabilities
|
|
sidebarTitle: capabilities
|
|
---
|
|
|
|
# `fastmcp.server.tasks.capabilities`
|
|
|
|
|
|
SEP-1686 task capabilities declaration.
|
|
|
|
## Functions
|
|
|
|
### `get_task_capabilities` <sup><a href="https://github.com/jlowin/fastmcp/blob/main/src/fastmcp/server/tasks/capabilities.py#L6" target="_blank"><Icon icon="github" style="width: 14px; height: 14px;" /></a></sup>
|
|
|
|
```python
|
|
get_task_capabilities() -> dict[str, Any]
|
|
```
|
|
|
|
|
|
Return the SEP-1686 task capabilities structure.
|
|
|
|
This is the standard capabilities map advertised to clients,
|
|
declaring support for list, cancel, and request operations.
|
|
|