smcp.sanctumos.org
smcp.sanctumos.org is the new public-facing site for the Sanctum Model Context Protocol Server. It went from initial commit to a polished landing page in a single day:
- Plugin architecture overview with installation instructions.
- Quick-start guide for new users.
- Marketplace mockup page (merged via PR #1).
- SEO meta tags and branding alignment.
This is the first SanctumOS project to get its own marketing site, and it sets the template for future project microsites.
SMTP Plugin
Back in the main SMCP repo, December brought:
- SMTP plugin files with enhanced command argument handling.
- Improved plugin tool execution with timeout management β plugins that hang no longer freeze the entire server.
- Improvements from the Animus fork were merged back into
sanctumos/smcp. (Animus is a sister project focused on sovereign autonomous machines; the two projects share architectural DNA and maintain parallel forks of several core components.)
Broca: Telegram Markdown Consistency
Broca also shipped two quality-of-life PRs in mid-December:
- Telegram markdown formatting moved to a common module (PR #43) β all Telegram-bound messages now render consistently.
- Empty
settings.jsonno longer crashes on first run (PR #42, contributed by community member majiayu000).