An adaptation of the MCP Sequential Thinking Server designed to guide tool usage in problem-solving. This server helps break down complex problems into manageable steps and provides recommendations for which MCP tools would be most effective at each stage.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Records one thought with required parameters: thought (current reasoning step), thought_number (current step number), total_thoughts (current estimate), next_thought_needed (whether another thought is needed). Optional parameters include session_id, is_revision, revises_thought, branch_from_thought, branch_id, needs_more_thoughts, available_tools, recommended_tools, and remaining_steps.
Returns stored thoughts for a session with parameters: session_id (defaults to 'default'), branch_id (optional branch filter), and limit (max records to return; default 50, max 500).
Clears one session or every session with parameters: session_id (defaults to 'default') and all_sessions (clear all history buckets).