Documentation
¶
Overview ¶
Package tool defines MCP tool names that map to ctx CLI subcommands exposed over the MCP protocol.
Index ¶
Constants ¶
View Source
const ( // Status is the MCP tool name for context status. Status = "ctx_status" // Add is the MCP tool name for adding entries. Add = "ctx_add" // Complete is the MCP tool name for completing tasks. Complete = "ctx_complete" // Drift is the MCP tool name for drift detection. Drift = "ctx_drift" // Recall is the MCP tool name for querying session history. Recall = "ctx_recall" // WatchUpdate is the MCP tool name for structured context updates. WatchUpdate = "ctx_watch_update" // Compact is the MCP tool name for compacting tasks. Compact = "ctx_compact" // Next is the MCP tool name for suggesting the next task. Next = "ctx_next" // CheckTaskCompletion is the MCP tool name for task completion nudge. CheckTaskCompletion = "ctx_check_task_completion" // SessionEvent is the MCP tool name for session lifecycle events. SessionEvent = "ctx_session_event" // Remind is the MCP tool name for listing reminders. Remind = "ctx_remind" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.