@typeroll/mcp-server 0.15.2 → 0.15.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/AGENTS.md CHANGED
@@ -112,7 +112,11 @@ maps to one HTTP endpoint; the actual logic runs in the customer's portal
112
112
  constrained by the section's own inner container (`width` field:
113
113
  narrow/normal/wide/full). Never use 100vw negative-margin hacks.
114
114
  Top-level blocks that are NOT sections still get a classic centered
115
- container as fallback.
115
+ container as fallback. Anchor ids and custom classes via
116
+ `style_overrides` are safe on full-bleed sections since 0.15.3 —
117
+ they merge into the `<section>` element itself. On 0.14.x–0.15.2
118
+ they wrapped the section in a `<div>`, which silently disabled
119
+ full-bleed for that section.
116
120
  - **`core/html`** is the raw-HTML escape hatch for block-mode pages —
117
121
  one `html` field rendered verbatim (then sanitized like HTML-mode
118
122
  content). Use it for the genuinely unique thing no block covers: a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typeroll/mcp-server",
3
- "version": "0.15.2",
3
+ "version": "0.15.4",
4
4
  "description": "Model Context Protocol server for the Typeroll public API. Use with Claude Code or any MCP-compatible client to manage a Typeroll site.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -110,7 +110,11 @@ create_page title="Start" slug="" status="draft" content_mode="blocks" blocks=[.
110
110
  A proven landing-page skeleton (every top-level block is a `core/section`
111
111
  — sections are **natively full-bleed**: the background runs edge-to-edge,
112
112
  content is constrained by the section's own inner container via the
113
- `width` field. NEVER use 100vw negative-margin hacks):
113
+ `width` field. NEVER use 100vw negative-margin hacks. Anchor ids and
114
+ custom classes via `style_overrides` are safe on sections from
115
+ template_capabilities_version ≥ 0.15.3; on 0.14.x–0.15.2 they wrap the
116
+ section in a div and silently break full-bleed — there, put the anchor
117
+ on a block *inside* the section instead):
114
118
 
115
119
  ```json
116
120
  [