From 01edc6a2227e0f599a29c243621a49a7220fba3a Mon Sep 17 00:00:00 2001 From: "agentimization[bot]" <297898629+agentimization[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 19:52:00 +0000 Subject: [PATCH] chore: version packages --- .changeset/mcp-card-optional.md | 9 --------- apps/cli/CHANGELOG.md | 9 +++++++++ apps/cli/package.json | 2 +- packages/core/CHANGELOG.md | 9 +++++++++ packages/core/package.json | 2 +- 5 files changed, 20 insertions(+), 11 deletions(-) delete mode 100644 .changeset/mcp-card-optional.md diff --git a/.changeset/mcp-card-optional.md b/.changeset/mcp-card-optional.md deleted file mode 100644 index c5283c4..0000000 --- a/.changeset/mcp-card-optional.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"agentimization": patch -"@agentimization/core": patch ---- - -make the MCP server card check optional so content sites aren't penalized: - -- an absent `/.well-known/mcp/server-card.json` now reports `info` instead of `fail`, so it no longer drags down the score (matches how the sibling `api-catalog` and `mcp-tool-count` checks already treat absent origin-level signals). A present-but-broken card still `warn`s and a valid one still `pass`es. -- show the suggestion arrow for `info` results in the CLI so the "add a server-card.json" hint stays visible (also surfaces previously-hidden suggestions on `api-catalog`, content-signals, and link-headers). diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index 99ae4e6..2ad55bd 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -1,5 +1,14 @@ # agentimization +## 0.2.2 + +### Patch Changes + +- f4acee6: make the MCP server card check optional so content sites aren't penalized: + + - an absent `/.well-known/mcp/server-card.json` now reports `info` instead of `fail`, so it no longer drags down the score (matches how the sibling `api-catalog` and `mcp-tool-count` checks already treat absent origin-level signals). A present-but-broken card still `warn`s and a valid one still `pass`es. + - show the suggestion arrow for `info` results in the CLI so the "add a server-card.json" hint stays visible (also surfaces previously-hidden suggestions on `api-catalog`, content-signals, and link-headers). + ## 0.2.1 ### Patch Changes diff --git a/apps/cli/package.json b/apps/cli/package.json index 7adf240..9353f53 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "agentimization", - "version": "0.2.1", + "version": "0.2.2", "description": "GEO audit CLI — check if your website is agent-ready", "license": "MIT", "author": "Anthony Lio ", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 68193e5..45e99c7 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @agentimization/core +## 0.2.2 + +### Patch Changes + +- f4acee6: make the MCP server card check optional so content sites aren't penalized: + + - an absent `/.well-known/mcp/server-card.json` now reports `info` instead of `fail`, so it no longer drags down the score (matches how the sibling `api-catalog` and `mcp-tool-count` checks already treat absent origin-level signals). A present-but-broken card still `warn`s and a valid one still `pass`es. + - show the suggestion arrow for `info` results in the CLI so the "add a server-card.json" hint stays visible (also surfaces previously-hidden suggestions on `api-catalog`, content-signals, and link-headers). + ## 0.2.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 8ef2cfd..68bf923 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@agentimization/core", - "version": "0.2.1", + "version": "0.2.2", "description": "GEO audit engine. Check if your website is agent-ready and generative-engine optimized.", "keywords": [ "geo",