agent-ready-mcp 0.7.5 → 0.7.6

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.
@@ -31258,7 +31258,7 @@ Group fixes into three buckets:
31258
31258
  - **Next** \u2014 medium-effort fixes (a few hours each).
31259
31259
  - **Later** \u2014 structural changes (days of work).
31260
31260
 
31261
- For each fix include: the check id (e.g. P11, S15, L9), a one-sentence description, the concrete code/config change to make, and the expected impact ("unlocks 1 check" / "unlocks all 24 per-page checks" / etc.).
31261
+ For each fix include: the check id (e.g. P11, S15, L9), a one-sentence description, the concrete code/config change to make, and the expected impact ("unlocks 1 check" / "unlocks all 25 per-page checks" / etc.).
31262
31262
 
31263
31263
  Skip checks that already pass.`
31264
31264
  }
@@ -31271,7 +31271,7 @@ Skip checks that already pass.`
31271
31271
  // src/resource-content.ts
31272
31272
  var METHODOLOGY_MD = `# How Agent Ready scores a site
31273
31273
 
31274
- > 71 checks across four categories, mapped to the Vercel Agent Readability Spec and the llmstxt.org standard. Every check is open and reproducible.
31274
+ > 72 checks across four categories, mapped to the Vercel Agent Readability Spec and the llmstxt.org standard. Every check is open and reproducible.
31275
31275
 
31276
31276
  ## What does Agent Ready measure?
31277
31277
 
@@ -31312,7 +31312,7 @@ Full guide: <https://agent-ready.dev/methodology>
31312
31312
  `;
31313
31313
  var CHECKS_MD = `# Agent Ready check registry
31314
31314
 
31315
- > 71 checks total across four categories. IDs are stable and referenced in every scan result's \`details\` array. Each check is implemented as a single function in \`src/lib/checks/{category}/{id}-{slug}.ts\` in the agent-ready repository.
31315
+ > 72 checks total across four categories. IDs are stable and referenced in every scan result's \`details\` array. Each check is implemented as a single function in \`src/lib/checks/{category}/{id}-{slug}.ts\` in the agent-ready repository.
31316
31316
 
31317
31317
  ## Site checks (15)
31318
31318
 
@@ -31336,7 +31336,7 @@ Run once per scan against the root URL. Cover discovery files (\`llms.txt\`, \`r
31336
31336
  | S14 | HTTPS |
31337
31337
  | S15 | Root OpenAPI spec |
31338
31338
 
31339
- ## Page checks (24)
31339
+ ## Page checks (25)
31340
31340
 
31341
31341
  Run against every URL fetched in the scan. Cover HTTP semantics, metadata, JSON-LD, markdown mirrors, content negotiation, code-block language tags, and JS-rendering dependency.
31342
31342
 
@@ -31366,6 +31366,7 @@ Run against every URL fetched in the scan. Cover HTTP semantics, metadata, JSON-
31366
31366
  | P22 | API schema link |
31367
31367
  | P23 | JS rendering dependency |
31368
31368
  | P24 | llms.txt discovery link |
31369
+ | P25 | AI snippet directives |
31369
31370
 
31370
31371
  ## llms.txt checks (10)
31371
31372
 
@@ -31415,7 +31416,7 @@ Discover-then-validate: when the relevant well-known endpoint returns 404, the c
31415
31416
 
31416
31417
  ## Accessibility checks (23)
31417
31418
 
31418
- Run over the homepage DOM (v1). WCAG-grounded accessibility-tree signals \u2014 image text alternatives, form labels, control names \u2014 plus a static layout-stability (CLS) proxy. Scored into a separate \`accessibilityScore\`, a distinct suite from the 71 checks above: accessibility is WCAG, not the Vercel Agent Readability Spec, so it never moves the Vercel score.
31419
+ Run over the homepage DOM (v1). WCAG-grounded accessibility-tree signals \u2014 image text alternatives, form labels, control names \u2014 plus a static layout-stability (CLS) proxy. Scored into a separate \`accessibilityScore\`, a distinct suite from the 72 checks above: accessibility is WCAG, not the Vercel Agent Readability Spec, so it never moves the Vercel score.
31419
31420
 
31420
31421
  | ID | Check |
31421
31422
  |---|---|
@@ -31445,7 +31446,7 @@ Run over the homepage DOM (v1). WCAG-grounded accessibility-tree signals \u2014
31445
31446
  `;
31446
31447
  var LLMS_TXT = `# Agent Ready
31447
31448
 
31448
- > Agent Ready is a free tool that scores any website against the Vercel Agent Readability Spec, the llmstxt.org specification, and agent-protocol specs (MCP, A2A, agents.json). It runs 71 checks \u2014 plus a separate accessibility sub-score from 23 WCAG 2.2 / layout-stability checks \u2014 and provides actionable fix guidance for every failing check.
31449
+ > Agent Ready is a free tool that scores any website against the Vercel Agent Readability Spec, the llmstxt.org specification, and agent-protocol specs (MCP, A2A, agents.json). It runs 72 checks \u2014 plus a separate accessibility sub-score from 23 WCAG 2.2 / layout-stability checks \u2014 and provides actionable fix guidance for every failing check.
31449
31450
 
31450
31451
  This resource mirrors agent-ready.dev's own /llms.txt so MCP clients can introspect the same surface that ChatGPT, Perplexity, and other AI agents see when discovering Agent Ready as a tool.
31451
31452
 
@@ -31520,7 +31521,7 @@ function registerResources(server) {
31520
31521
  "agent-ready://methodology",
31521
31522
  {
31522
31523
  title: "Scoring methodology",
31523
- description: "How Agent Ready computes the 0\u2013100 readability score and the llms.txt sub-score. Covers the 71 checks across four categories, rating bands, weighting, and JS-rendering handling.",
31524
+ description: "How Agent Ready computes the 0\u2013100 readability score and the llms.txt sub-score. Covers the 72 checks across four categories, rating bands, weighting, and JS-rendering handling.",
31524
31525
  mimeType: "text/markdown"
31525
31526
  },
31526
31527
  async () => ({
@@ -31538,7 +31539,7 @@ function registerResources(server) {
31538
31539
  "agent-ready://checks",
31539
31540
  {
31540
31541
  title: "Check registry",
31541
- description: "Reference table of all 71 checks Agent Ready runs, grouped by category (site, page, llms.txt, protocol), plus the 23-check accessibility suite scored as a separate accessibility sub-score. Each row pairs the stable check ID (e.g. P11, S15, L9, C3, A7) with its human-readable name. Use this to identify a check by id when interpreting scan results.",
31542
+ description: "Reference table of all 72 checks Agent Ready runs, grouped by category (site, page, llms.txt, protocol), plus the 23-check accessibility suite scored as a separate accessibility sub-score. Each row pairs the stable check ID (e.g. P11, S15, L9, C3, A7) with its human-readable name. Use this to identify a check by id when interpreting scan results.",
31542
31543
  mimeType: "text/markdown"
31543
31544
  },
31544
31545
  async () => ({
@@ -31865,7 +31866,7 @@ var validateStructuredDataInputShape = {
31865
31866
  // src/server.ts
31866
31867
  var SERVER_INFO = {
31867
31868
  name: "agent-ready",
31868
- version: "0.7.5"
31869
+ version: "0.7.6"
31869
31870
  };
31870
31871
  function createMcpServer(config2) {
31871
31872
  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.5",
3
+ "version": "0.7.6",
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",