Module thinking

Module thinking 

Source
Expand description

§Thinking Module

Core thinking functionality for the sequential thinking MCP server and client.

This module provides the fundamental types and logic for handling sequential thinking processes, including thought data structures, processing logic, and the main thinking engine.

Modules§

client
Client Implementation
error
Error Handling Module
server
Server Implementation

Structs§

ThinkingEngine
Main thinking engine that coordinates the thinking process
ThinkingProgress
Progress information for a thinking session
ThinkingStats
Statistics about thinking processing
ThoughtBranch
A collection of thoughts that form a branch
ThoughtData
Core data structure for a single thought in the sequential thinking process

Traits§

ThoughtProcessor
Trait for processing thoughts