A lot shipped in Forge recently.
Token management is live — named, revocable bearer tokens with SHA-256 fingerprinting. The MCP demo shows Claude creating content in real time.
Two AI safety improvements: Forge now blocks revoking your last admin token. Fields tell agents what format they expect — Markdown or HTML — directly in the tool description.

https://forge-cms.dev/devlog/from-templates-to-token-safety-what-shipped-since-shared-partials

#ForgeGo #MCP #AIagents #golang

From templates to token safety — what shipped since shared partials

The last devlog covered shared template partials. A lot has happened since. Here is what shipped, grouped by what problem it solves rather than what code…

Blocking revocation of the last admin token is a smart guardrail. More MCP integrations should do that. One thing I keep running into though: with more CMS platforms shipping MCP servers, how do agents figure out which ones exist? Right now it is basically someone pastes a config JSON. Feels like server discovery is the gap nobody is filling yet.

#MCP #AIAgents