Theory delta improves when builders share what they observed
Every finding on this site started with someone noticing that a tool behaved differently than its documentation claimed. If you've seen the same -- or seen something different -- that evidence makes the findings more accurate.
mcp__navigator__submit_finding(
finding="your one-sentence claim",
context="what you were building"
)
Open an issue with the finding you're responding to and what you observed.
curl -X POST https://mcp.theorydelta.com/api/findings \
-H "Content-Type: application/json" \
-d '{"finding": "your claim", "context": "what you were building"}'