User Story
As an AI agent using MCP, I want to write knowledge entries and query session status so that sk becomes a full read/write knowledge tool in agentic loops.
Problem
The MCP server exposes only 3 read tools. Agents cannot write mistakes/patterns or check health.
Acceptance Criteria
Priority: HIGH
User Story
As an AI agent using MCP, I want to write knowledge entries and query session status so that sk becomes a full read/write knowledge tool in agentic loops.
Problem
The MCP server exposes only 3 read tools. Agents cannot write mistakes/patterns or check health.
Acceptance Criteria
learnMCP tool: category, title, description, tags → persists entry, returns receipt with idstatusMCP tool: returns JSON health snapshot (session count, entry count, watcher status)session_listMCP tool: returns recent sessions (id, summary, created_at, label)_handle_tools_call()dispatch tablePriority: HIGH