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. Required parameters: thought (string), thought_number (integer), total_thoughts (integer), next_thought_needed (boolean). Optional parameters: session_id (string), is_revision (boolean), revises_thought (string), branch_from_thought (string), branch_id (string), needs_more_thoughts (boolean), available_tools (array), recommended_tools (array), remaining_steps (array).
Returns stored thoughts for a session. Parameters: session_id (string), branch_id (optional string), limit (integer).
Clears one session or every session. Parameters: session_id (string), all_sessions (boolean).