Skip to content

Commit 7482caf

Browse files
committed
v0.5.0: body-quality + response-header dimensions (alt coverage, anchor quality, heading hierarchy, mixed content, HSTS / X-CTO / Referrer-Policy, Title<->H1 overlap, readability)
1 parent d2302d5 commit 7482caf

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automatelab/ai-seo-mcp",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"mcpName": "io.github.AutomateLab-tech/ai-seo-mcp",
55
"description": "AI Citation Toolkit - audit, score, and rewrite web pages for AI-citation eligibility. AEO/GEO/LLM visibility for any MCP client.",
66
"license": "MIT",
@@ -10,7 +10,9 @@
1010
"type": "git",
1111
"url": "https://github.com/AutomateLab-tech/ai-seo-mcp.git"
1212
},
13-
"engines": { "node": ">=20" },
13+
"engines": {
14+
"node": ">=20"
15+
},
1416
"type": "module",
1517
"bin": {
1618
"ai-seo-mcp": "dist/index.js",
@@ -38,7 +40,9 @@
3840
"playwright-core": "^1.49.0"
3941
},
4042
"peerDependenciesMeta": {
41-
"playwright-core": { "optional": true }
43+
"playwright-core": {
44+
"optional": true
45+
}
4246
},
4347
"devDependencies": {
4448
"@types/node": "22.19.19",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"url": "https://github.com/AutomateLab-tech/ai-seo-mcp",
77
"source": "github"
88
},
9-
"version": "0.4.1",
9+
"version": "0.5.0",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"identifier": "@automatelab/ai-seo-mcp",
14-
"version": "0.4.1",
14+
"version": "0.5.0",
1515
"transport": {
1616
"type": "stdio"
1717
}

0 commit comments

Comments
 (0)