image-tiler-mcp-server 3.1.1 → 3.1.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/README.md +5 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,9 +3,12 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/image-tiler-mcp-server)
|
|
4
4
|
[](https://github.com/keiver/image-tiler-mcp-server/blob/main/LICENSE)
|
|
5
5
|
[](https://nodejs.org/en)
|
|
6
|
-
[](https://lobehub.com/mcp/keiver-image-tiler-mcp-server)
|
|
7
6
|
|
|
8
|
-
|
|
7
|
+
<a href="https://glama.ai/mcp/servers/@keiver/image-tiler-mcp-server">
|
|
8
|
+
<img width="380" height="200" src="https://glama.ai/mcp/servers/@keiver/image-tiler-mcp-server/badge" />
|
|
9
|
+
</a>
|
|
10
|
+
|
|
11
|
+
MCP server that gives LLMs full-resolution vision by tiling large images and capturing full web pages before details are lost to automatic downscaling.
|
|
9
12
|
|
|
10
13
|
<figure align="center">
|
|
11
14
|
<img src="assets/preview.gif" alt="Preview of image tiling grid with advised vision models size and token estimates" width="100%" />
|
package/package.json
CHANGED