agent-ready-mcp 0.4.1 → 0.4.2
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/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agent-ready-mcp",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"mcpName": "io.github.mlava/agent-ready-mcp",
|
|
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).
|
|
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). 68 checks with per-check fix guidance.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "Agent Ready",
|
|
8
8
|
"repository": {
|
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
"test": "vitest run",
|
|
48
48
|
"test:coverage": "vitest run --coverage",
|
|
49
49
|
"typecheck": "tsc --noEmit",
|
|
50
|
+
"version": "node scripts/sync-server-version.mjs && git add server.json",
|
|
50
51
|
"prepublishOnly": "npm run build"
|
|
51
52
|
},
|
|
52
53
|
"dependencies": {
|