@sakupa/mcp 1.5.0 → 1.5.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.
package/dist/bin.js CHANGED
@@ -403,7 +403,7 @@ function isFreeSiteAllowanceNetworkReference(value) {
403
403
  }
404
404
 
405
405
  // ../core/dist/domain/version.js
406
- var SAKUPA_MCP_VERSION = "1.5.0";
406
+ var SAKUPA_MCP_VERSION = "1.5.1";
407
407
 
408
408
  // ../core/dist/domain/errors.js
409
409
  var HTTP_STATUS = {
@@ -7335,7 +7335,7 @@ function registerDeleteTools(server, baseCtx) {
7335
7335
  resultCode: result.alreadyDeleted ? "site_already_deleted" : "site_deleted",
7336
7336
  summary: summaryMarkdown({
7337
7337
  title: result.alreadyDeleted ? "Site was already deleted" : "Site deleted",
7338
- lead: `${site.url ?? site.siteId} no longer serves anything (visitors get HTTP 410). The local credential file .sakupa/site.json was removed; this project is no longer bound to any site.`,
7338
+ lead: `${site.url ?? site.siteId} no longer serves anything (visitors get a not-found page, HTTP 404). The local credential file .sakupa/site.json was removed; this project is no longer bound to any site.`,
7339
7339
  facts: [
7340
7340
  ["Site ID", result.siteId],
7341
7341
  ["Public URL released", site.url],
@@ -7444,7 +7444,7 @@ function registerDeleteTools(server, baseCtx) {
7444
7444
  label: `Delete ${site.url ?? site.siteId}`,
7445
7445
  description: "Remove the site, its content, apps and submissions, and release the URL.",
7446
7446
  consequences: [
7447
- "Visitors get HTTP 410 immediately.",
7447
+ "Visitors get a not-found page (HTTP 404) immediately.",
7448
7448
  "The local credential file is removed; this project is unbound."
7449
7449
  ],
7450
7450
  tool: "delete",
package/dist/index.js CHANGED
@@ -148,7 +148,7 @@ function isFreeSiteAllowanceNetworkReference(value) {
148
148
  }
149
149
 
150
150
  // ../core/dist/domain/version.js
151
- var SAKUPA_MCP_VERSION = "1.5.0";
151
+ var SAKUPA_MCP_VERSION = "1.5.1";
152
152
 
153
153
  // ../core/dist/domain/errors.js
154
154
  var HTTP_STATUS = {
@@ -7454,7 +7454,7 @@ function registerDeleteTools(server, baseCtx) {
7454
7454
  resultCode: result.alreadyDeleted ? "site_already_deleted" : "site_deleted",
7455
7455
  summary: summaryMarkdown({
7456
7456
  title: result.alreadyDeleted ? "Site was already deleted" : "Site deleted",
7457
- lead: `${site.url ?? site.siteId} no longer serves anything (visitors get HTTP 410). The local credential file .sakupa/site.json was removed; this project is no longer bound to any site.`,
7457
+ lead: `${site.url ?? site.siteId} no longer serves anything (visitors get a not-found page, HTTP 404). The local credential file .sakupa/site.json was removed; this project is no longer bound to any site.`,
7458
7458
  facts: [
7459
7459
  ["Site ID", result.siteId],
7460
7460
  ["Public URL released", site.url],
@@ -7563,7 +7563,7 @@ function registerDeleteTools(server, baseCtx) {
7563
7563
  label: `Delete ${site.url ?? site.siteId}`,
7564
7564
  description: "Remove the site, its content, apps and submissions, and release the URL.",
7565
7565
  consequences: [
7566
- "Visitors get HTTP 410 immediately.",
7566
+ "Visitors get a not-found page (HTTP 404) immediately.",
7567
7567
  "The local credential file is removed; this project is unbound."
7568
7568
  ],
7569
7569
  tool: "delete",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sakupa/mcp",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "mcpName": "io.github.myerwang/sakupa",
5
5
  "description": "Sakupa MCP server: publish AI-made static sites from your AI tool. AI-made pages, live in seconds.",
6
6
  "homepage": "https://sakupa.com/manual/",