Expand description
Sequential thinking tool for MCP
Re-exports§
pub use tool::SequentialThinkingTool;
Modules§
- tool
- Main tool implementation
Structs§
- Session
State Snapshot - Complete session state snapshot (for debugging or persistence)
- Thought
Data - Internal representation of a thought
Functions§
- start_
server - Start the sequential-thinking HTTP server programmatically
- start_
server_ with_ listener - Start sequential-thinking HTTP server using pre-bound listener (TOCTOU-safe)