@j0hanz/superfetch 2.3.0 → 2.4.0
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/README.md +4 -9
- package/dist/assets/logo.svg +24835 -0
- package/dist/cache.js +58 -4
- package/dist/config.d.ts +2 -0
- package/dist/config.js +2 -0
- package/dist/dom-noise-removal.js +15 -13
- package/dist/fetch.js +16 -25
- package/dist/http-native.js +19 -3
- package/dist/markdown-cleanup.d.ts +6 -12
- package/dist/markdown-cleanup.js +243 -25
- package/dist/mcp.js +20 -9
- package/dist/observability.d.ts +2 -0
- package/dist/observability.js +25 -0
- package/dist/tools.d.ts +5 -3
- package/dist/tools.js +27 -12
- package/dist/transform-types.d.ts +38 -0
- package/dist/transform.d.ts +12 -6
- package/dist/transform.js +120 -265
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -1,19 +1,14 @@
|
|
|
1
1
|
<!-- markdownlint-disable MD033 -->
|
|
2
2
|
|
|
3
|
-
#
|
|
3
|
+
# SuperFetch MCP Server
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
<img src="assets/logo.svg" alt="SuperFetch MCP Logo" width="300">
|
|
6
6
|
|
|
7
7
|
[](https://www.npmjs.com/package/@j0hanz/superfetch) [](https://www.npmjs.com/package/@j0hanz/superfetch) [](https://nodejs.org/) [](https://www.typescriptlang.org/) [](https://github.com/modelcontextprotocol/sdk)
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
[](https://insiders.vscode.dev/redirect/mcp/install?name=superfetch&inputs=%5B%5D&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40j0hanz%2Fsuperfetch%40latest%22%2C%22--stdio%22%5D%7D) [](https://insiders.vscode.dev/redirect/mcp/install?name=superfetch&inputs=%5B%5D&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40j0hanz%2Fsuperfetch%40latest%22%2C%22--stdio%22%5D%7D&quality=insiders) [](https://claude.ai/desktop/mcp/install?name=superfetch&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40j0hanz%2Fsuperfetch%40latest%22%2C%22--stdio%22%5D%7D)
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
[](https://insiders.vscode.dev/redirect/mcp/install?name=superfetch&inputs=%5B%5D&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40j0hanz%2Fsuperfetch%40latest%22%2C%22--stdio%22%5D%7D)
|
|
14
|
-
[](https://insiders.vscode.dev/redirect/mcp/install?name=superfetch&inputs=%5B%5D&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40j0hanz%2Fsuperfetch%40latest%22%2C%22--stdio%22%5D%7D&quality=insiders)
|
|
15
|
-
|
|
16
|
-
[](https://cursor.com/install-mcp?name=superfetch&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkBqMGhhbnovc3VwZXJmZXRjaEBsYXRlc3QiLCItLXN0ZGlvIl19)
|
|
11
|
+
Fetch and convert public web pages to clean, AI-friendly and human-readable Markdown via MCP.
|
|
17
12
|
|
|
18
13
|
## Overview
|
|
19
14
|
|