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).