mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-15 01:59:10 +02:00
The task protocol (SEP-1686) is now always enabled - server always registers task handlers and advertises task capabilities. Users still opt into background execution at the server level (tasks=True) or component level (task=True on tools, prompts, resources). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
3 lines
97 B
Python
3 lines
97 B
Python
"""Shared fixtures for task tests."""
|
|
|
|
# Task protocol is now always enabled - no fixture needed
|