context_end_session
End the current AI session context tracking on the MCP server and optionally save a session summary for future reference.
Instructions
End the current context tracking session
Input Schema
Name | Required | Description | Default |
---|---|---|---|
summary | No | Optional session summary |
Input Schema (JSON Schema)
{
"properties": {
"summary": {
"description": "Optional session summary",
"type": "string"
}
},
"type": "object"
}