@typeroll/mcp-server 0.16.0 → 0.16.1

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.
Files changed (2) hide show
  1. package/AGENTS.md +10 -0
  2. package/package.json +1 -1
package/AGENTS.md CHANGED
@@ -435,6 +435,16 @@ update_page page_id=about patch={ slug: "om-oss" }
435
435
 
436
436
  The 301 fires automatically — you don't have to remember.
437
437
 
438
+ Redirect hygiene is automatic in both directions (since 0.16.1):
439
+
440
+ - When a **live** (published/unlisted) page takes over a URL — via slug/path
441
+ change, publish, or create — any redirect FROM that URL is retired; the
442
+ response lists them under `retired_redirects`. A real page always beats a
443
+ redirect (on Cloudflare Pages a redirect would otherwise shadow the page).
444
+ - When a page is **deleted**, auto-generated redirects pointing TO its URL
445
+ are removed (reported as `removed_redirects`). Manually created redirects
446
+ are kept — delete them yourself via `delete_redirect` if they're obsolete.
447
+
438
448
  ### "Change the site's fallback URL (slug)"
439
449
 
440
450
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typeroll/mcp-server",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
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": {