Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 25 May 22:45
· 34 commits to master since this release
dbd1648

What's new

  • MCP server with 8 tools — Claude Code, Cursor, and any MCP client can search, read, look up concepts, and query your wiki directly.
  • Three-state draftsdraft → verified → published. Mark a draft as reviewed without publishing it.
  • Alias-aware queriessynto query "ML" now finds the "Machine Learning" article.
  • Quality signals in frontmatter — every article records source_count, single_source, and source_quality at compile time.
  • Per-source-type ingest overrides — raise the concept limit for textbooks and papers without changing the global default.

Changes

  • list_articles over MCP defaults to status: published. Pass min_status="draft" to see drafts.
  • mcp library is now a required dependency. pip install synto ships a working synto serve out of the box.
  • Schema migrates from v14 to v15 automatically on first open (wiki_articles.is_draft becomes wiki_articles.status).

Fixes

  • JSON parser handles odd backslash runs before LaTeX commands.
  • Saved query answers no longer contain literal \n text.

Full Changelog: v0.2.2...v0.3.0