UNPKG

@emmahyde/thought-patterns

Version:

MCP server combining systematic thinking, mental models, debugging approaches, and stochastic algorithms for comprehensive cognitive pattern support

10 lines (9 loc) 177 B
declare global { namespace jest { interface Matchers<R> { toBeValidThoughtData(): R; toHaveValidBoxFormat(): R; } } } export {};