Unconventional-thinking MCP server

by stagsz
Verified
MIT License
7
  • Apple

list_thoughts

List all thoughts in the current thinking session

Input Schema

NameRequiredDescriptionDefault
branchIdNoOptional branch ID to filter thoughts

Input Schema (JSON Schema)

{ "properties": { "branchId": { "description": "Optional branch ID to filter thoughts", "type": "string" } }, "type": "object" }