@typeroll/mcp-server 0.13.0 → 0.14.0
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 +8 -1
- package/package.json +1 -1
package/AGENTS.md
CHANGED
|
@@ -84,7 +84,14 @@ maps to one HTTP endpoint; the actual logic runs in the customer's portal
|
|
|
84
84
|
before working with blocks — never hardcode block ids or field names,
|
|
85
85
|
the available set is per-site.
|
|
86
86
|
|
|
87
|
-
|
|
87
|
+
Three specifics worth knowing:
|
|
88
|
+
- **`core/section` is natively full-bleed on block pages** (since
|
|
89
|
+
template_capabilities_version 0.14.0): the section's background runs
|
|
90
|
+
edge-to-edge and meets the header with zero gap; content inside is
|
|
91
|
+
constrained by the section's own inner container (`width` field:
|
|
92
|
+
narrow/normal/wide/full). Never use 100vw negative-margin hacks.
|
|
93
|
+
Top-level blocks that are NOT sections still get a classic centered
|
|
94
|
+
container as fallback.
|
|
88
95
|
- **`core/html`** is the raw-HTML escape hatch for block-mode pages —
|
|
89
96
|
one `html` field rendered verbatim (then sanitized like HTML-mode
|
|
90
97
|
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.
|
|
3
|
+
"version": "0.14.0",
|
|
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": {
|