@page2ai/mcp
Advanced tools
+10
-0
@@ -8,2 +8,12 @@ # Changelog | ||
| ## 0.2.2 - 2026-08-02 | ||
| ### Fixed | ||
| - Requires `@page2ai/core` 0.1.4, which closes three holes an external review panel found in the | ||
| 0.1.2 content-root fix. None was found by testing; all three were predicted from the diff and | ||
| then reproduced. The worst: pages with no `<main>` at all still hit the original bug, so a card | ||
| grid inside `<div class="sl-main">` returned 32 characters for the whole page. Also: a page | ||
| whose content is a form lost its article to an unrelated sidebar card, and a real post under a | ||
| large related-posts rail was demoted in favour of the rail. | ||
| ## 0.2.1 - 2026-08-02 | ||
@@ -10,0 +20,0 @@ |
+1
-1
@@ -5,3 +5,3 @@ { | ||
| "display_name": "Page2AI — Web to Markdown", | ||
| "version": "0.2.1", | ||
| "version": "0.2.2", | ||
| "description": "Convert any web page or HTML string to clean Markdown for LLM context", | ||
@@ -8,0 +8,0 @@ "long_description": "Page2AI MCP converts web pages to Markdown optimized for AI context windows. Extracts main content using DOM-position-aware dedup, preserves code blocks with language hints, converts tables and lists, and strips navigation, ads, and cookie banners. Works offline against local HTML strings or online against URLs. Zero external API calls in v0.1 — pure Node + linkedom.\n\nCompanion to the Page2AI Chrome extension. Shares the same extraction core (@page2ai/core) with the browser extension available at https://github.com/igorsaevets/page2ai-extension.", |
+2
-2
| { | ||
| "name": "@page2ai/mcp", | ||
| "version": "0.2.1", | ||
| "version": "0.2.2", | ||
| "mcpName": "io.github.igorsaevets/page2ai-mcp", | ||
@@ -38,3 +38,3 @@ "description": "MCP server that converts any web page URL to clean Markdown for LLM context. Zero external API calls, SSRF-guarded, 100% local.", | ||
| "@modelcontextprotocol/server": "^2.0.0", | ||
| "@page2ai/core": "^0.1.2", | ||
| "@page2ai/core": "^0.1.4", | ||
| "zod": "^4.2.0" | ||
@@ -41,0 +41,0 @@ }, |
36191
1.62%Updated