Skip to content

Commit 84d74d4

Browse files
committed
0.1.3: rename repo to ai-seo-mcp; update URLs and mcpName
1 parent d86751f commit 84d74d4

7 files changed

Lines changed: 31 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,23 @@ All notable changes to `@automatelab/ai-seo-mcp` are documented in this file.
44

55
The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.1.3] - 2026-05-17
8+
9+
### Changed
10+
11+
- GitHub repository renamed to `ai-seo-mcp`. Package name (`@automatelab/ai-seo-mcp`) and all install commands unchanged.
12+
- Updated `mcpName` to `io.github.AutomateLab-tech/ai-seo-mcp` in `package.json` and `server.json`.
13+
- Updated homepage, repository URLs, User-Agent string, and scorecard footer link to the new repo URL.
14+
15+
## [0.1.2] - 2026-05-16
16+
17+
- `diff_pages` tool added; optional HTML scorecard for `audit_page`.
18+
719
## [0.1.1] - 2026-05-15
820

921
### Added
1022

11-
- `mcpName` field (`io.github.AutomateLab-tech/ai-seo`) in `package.json` for MCP Registry ownership verification.
23+
- `mcpName` field in `package.json` for MCP Registry ownership verification.
1224

1325
## [0.1.0] - 2026-05-15
1426

@@ -36,5 +48,7 @@ Initial public release.
3648
- No PyPI distribution in 0.1.0. Planned for 0.2.0.
3749
- AI Overview eligibility scoring uses deterministic heuristics from published correlation studies, not live SERP queries.
3850

39-
[0.1.1]: https://github.com/AutomateLab-tech/ai-seo/releases/tag/v0.1.1
40-
[0.1.0]: https://github.com/AutomateLab-tech/ai-seo/releases/tag/v0.1.0
51+
[0.1.3]: https://github.com/AutomateLab-tech/ai-seo-mcp/releases/tag/v0.1.3
52+
[0.1.2]: https://github.com/AutomateLab-tech/ai-seo-mcp/releases/tag/v0.1.2
53+
[0.1.1]: https://github.com/AutomateLab-tech/ai-seo-mcp/releases/tag/v0.1.1
54+
[0.1.0]: https://github.com/AutomateLab-tech/ai-seo-mcp/releases/tag/v0.1.0

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Thanks for considering a contribution.
1313
## Local setup
1414

1515
```bash
16-
git clone https://github.com/AutomateLab-tech/ai-seo.git
17-
cd ai-seo
16+
git clone https://github.com/AutomateLab-tech/ai-seo-mcp.git
17+
cd ai-seo-mcp
1818
npm install
1919
npm run build
2020
npm test
@@ -29,7 +29,7 @@ For local development against a live MCP client, point the client at your built
2929
"mcpServers": {
3030
"ai-seo-dev": {
3131
"command": "node",
32-
"args": ["/absolute/path/to/ai-seo/dist/index.js"]
32+
"args": ["/absolute/path/to/ai-seo-mcp/dist/index.js"]
3333
}
3434
}
3535
}

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Only the latest minor release receives security fixes during the 0.x phase.
1313

1414
**Do not open a public issue for a security vulnerability.**
1515

16-
Email the maintainers privately by opening a [GitHub Security Advisory](https://github.com/AutomateLab-tech/ai-seo/security/advisories/new) on the repository. This routes the report directly to maintainers without disclosing it publicly.
16+
Email the maintainers privately by opening a [GitHub Security Advisory](https://github.com/AutomateLab-tech/ai-seo-mcp/security/advisories/new) on the repository. This routes the report directly to maintainers without disclosing it publicly.
1717

1818
Please include:
1919

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@automatelab/ai-seo-mcp",
3-
"version": "0.1.2",
4-
"mcpName": "io.github.AutomateLab-tech/ai-seo",
3+
"version": "0.1.3",
4+
"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",
77
"author": "automatelab.tech",
8-
"homepage": "https://github.com/AutomateLab-tech/ai-seo",
8+
"homepage": "https://github.com/AutomateLab-tech/ai-seo-mcp",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/AutomateLab-tech/ai-seo.git"
11+
"url": "https://github.com/AutomateLab-tech/ai-seo-mcp.git"
1212
},
1313
"engines": { "node": ">=20" },
1414
"type": "module",

server.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3-
"name": "io.github.AutomateLab-tech/ai-seo",
3+
"name": "io.github.AutomateLab-tech/ai-seo-mcp",
44
"description": "AI Citation Toolkit - audit, score, and rewrite web pages for AI-citation eligibility. AEO/GEO/LLM visibility for any MCP client.",
55
"repository": {
6-
"url": "https://github.com/AutomateLab-tech/ai-seo",
6+
"url": "https://github.com/AutomateLab-tech/ai-seo-mcp",
77
"source": "github"
88
},
9-
"version": "0.1.1",
9+
"version": "0.1.3",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"identifier": "@automatelab/ai-seo-mcp",
14-
"version": "0.1.1",
14+
"version": "0.1.3",
1515
"transport": {
1616
"type": "stdio"
1717
}

src/lib/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
export const POLITE_FETCH = {
55
USER_AGENT:
66
process.env["USER_AGENT"] ??
7-
"automatelab-ai-seo-mcp/0.1.0 (+https://github.com/AutomateLab-tech/ai-seo)",
7+
"automatelab-ai-seo-mcp/0.1.3 (+https://github.com/AutomateLab-tech/ai-seo-mcp)",
88
TIMEOUT_MS: Number(process.env["FETCH_TIMEOUT_MS"] ?? 15_000),
99
MAX_BYTES: Number(process.env["MAX_BYTES"] ?? 5 * 1024 * 1024), // 5MB
1010
INTER_REQUEST_DELAY_MS: Number(process.env["INTER_REQUEST_DELAY_MS"] ?? 1_500),

src/lib/scorecard-html.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;b
183183
</div>
184184
185185
<div class="footer">
186-
Generated by <a href="https://github.com/AutomateLab-tech/ai-seo" target="_blank" rel="noopener">AI Citation Toolkit</a> - github.com/AutomateLab-tech/ai-seo
186+
Generated by <a href="https://github.com/AutomateLab-tech/ai-seo-mcp" target="_blank" rel="noopener">AI Citation Toolkit</a> - github.com/AutomateLab-tech/ai-seo-mcp
187187
</div>
188188
</div>
189189
</body>

0 commit comments

Comments
 (0)