Expand description
MCP server for managing background tasks.
Provides tools to start, stop, list, and inspect background processes.
Structs§
- Task
Ensure Args - Arguments for the
task_ensuretool. - Task
Ensure Result - Result of
task_ensure. - Task
Info - Information about a managed task.
- Task
List Result - Result of
task_list. - Task
Logs Args - Arguments for the
task_logstool. - Task
Logs Result - Result of
task_logs. - Task
Manager - Manages the collection of tracked tasks.
- Task
McpServer - MCP server for managing background tasks.
- Task
Status - Status information for a task.
- Task
Stop Args - Arguments for the
task_stoptool. - Task
Stop Result - Result of
task_stop.
Enums§
- Error
- Errors that can occur during task management.
Type Aliases§
- Result
- A specialized Result type for task-mcp operations.