Skip to content

Commit d090e1c

Browse files
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2025-09-01) ### Bug Fixes * add retry logic for improved reliability ([bee02f8](bee02f8))
1 parent bee02f8 commit d090e1c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.2](https://github.com/VectifyAI/pageindex-mcp/compare/v1.0.1...v1.0.2) (2025-09-01)
2+
3+
4+
### Bug Fixes
5+
6+
* add retry logic for improved reliability ([bee02f8](https://github.com/VectifyAI/pageindex-mcp/commit/bee02f8258ec7c426b82fa225eb394eac5b960d7))
7+
18
## [1.0.1](https://github.com/VectifyAI/pageindex-mcp/compare/v1.0.0...v1.0.1) (2025-09-01)
29

310

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dxt_version": "0.1",
33
"name": "PageIndex",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"description": "A Model Context Protocol (MCP) server for PageIndex - Next-Generation Reasoning-based RAG. Process PDFs with OCR and retrieve information using multi-step reasoning instead of traditional vector search.",
66
"author": {
77
"name": "VectifyAI"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pageindex-mcp",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "MCP server for PageIndex",
55
"type": "module",
66
"main": "build/index.js",

0 commit comments

Comments
 (0)