Crate kodegen_tools_sequential_thinking

Crate kodegen_tools_sequential_thinking 

Source
Expand description

Sequential thinking tool for MCP

Re-exports§

pub use tool::SequentialThinkingTool;

Modules§

tool
Main tool implementation

Structs§

SessionStateSnapshot
Complete session state snapshot (for debugging or persistence)
ThoughtData
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)