Crate task_mcp

Crate task_mcp 

Source
Expand description

MCP server for managing background tasks.

Provides tools to start, stop, list, and inspect background processes.

Structs§

TaskEnsureArgs
Arguments for the task_ensure tool.
TaskEnsureResult
Result of task_ensure.
TaskInfo
Information about a managed task.
TaskListResult
Result of task_list.
TaskLogsArgs
Arguments for the task_logs tool.
TaskLogsResult
Result of task_logs.
TaskManager
Manages the collection of tracked tasks.
TaskMcpServer
MCP server for managing background tasks.
TaskStatus
Status information for a task.
TaskStopArgs
Arguments for the task_stop tool.
TaskStopResult
Result of task_stop.

Enums§

Error
Errors that can occur during task management.

Type Aliases§

Result
A specialized Result type for task-mcp operations.