Documentation
¶
Overview ¶
Package prompt defines MCP prompt names that mirror ctx CLI skills as protocol-native equivalents for MCP clients.
Index ¶
Constants ¶
View Source
const ( // SessionStart is the MCP prompt name for session initialization. SessionStart = "ctx-session-start" // AddDecision is the MCP prompt name for recording decisions. AddDecision = "ctx-add-decision" // AddLearning is the MCP prompt name for recording learnings. AddLearning = "ctx-add-learning" // Reflect is the MCP prompt name for session reflection. Reflect = "ctx-reflect" // Checkpoint is the MCP prompt name for session checkpoint. Checkpoint = "ctx-checkpoint" // RoleUser is the MCP message role for user-originated prompts. RoleUser = "user" )
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.