agent-ready-mcp 0.7.3 → 0.7.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.
@@ -31477,7 +31477,7 @@ Agent Ready's checks map to the specifications below. Each entry links to the ca
31477
31477
  ## Readability
31478
31478
 
31479
31479
  - **Vercel Agent Readability Spec** \u2014 The core spec for exposing a site to AI agents \u2014 discovery files, structured data, clean HTML, and markdown mirrors. Drives most site (S) and every page (P) check. Canonical: <https://vercel.com/kb/guide/agent-readability-spec> Checks: S5\u2013S15, P1\u2013P23.
31480
- - **llmstxt.org** \u2014 The /llms.txt curated-context file (and optional llms-full.txt companion). Structural checks carry 3\xD7 weight in the llms.txt sub-score. Canonical: <https://llmstxt.org> Checks: S1\u2013S4, L1\u2013L10.
31480
+ - **llmstxt.org** \u2014 The /llms.txt curated-context file (and optional llms-full.txt companion), v2 as of August 2026 \u2014 adding discovery link relations and a second markdown-twin URL form. Structural checks carry 3\xD7 weight in the llms.txt sub-score. Canonical: <https://llmstxt.org> Checks: S1\u2013S4, L1\u2013L10.
31481
31481
 
31482
31482
  ## Agent protocols
31483
31483
 
@@ -31862,7 +31862,7 @@ var validateStructuredDataInputShape = {
31862
31862
  // src/server.ts
31863
31863
  var SERVER_INFO = {
31864
31864
  name: "agent-ready",
31865
- version: "0.7.3"
31865
+ version: "0.7.4"
31866
31866
  };
31867
31867
  function createMcpServer(config2) {
31868
31868
  const server = new McpServer(SERVER_INFO);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-ready-mcp",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "mcpName": "io.github.mlava/agent-ready-mcp",
5
5
  "description": "MCP server for Agent Ready — scan any URL for AI-readability against the Vercel Agent Readability Spec, the llmstxt.org standard, and agent-protocol manifests (MCP server cards, A2A, agents.json, agent-permissions.json, UCP, x402, NLWeb). 70 checks with per-check fix guidance.",
6
6
  "license": "MIT",