Skip to content

Commit b16e92f

Browse files
chore(release): 1.0.4 [skip ci]
## [1.0.4](v1.0.3...v1.0.4) (2025-09-01) ### Bug Fixes * prevent simple-git-hooks from running in production installs ([ac090d5](ac090d5))
1 parent ac090d5 commit b16e92f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## [1.0.4](https://github.com/VectifyAI/pageindex-mcp/compare/v1.0.3...v1.0.4) (2025-09-01)
2+
3+
4+
### Bug Fixes
5+
6+
* prevent simple-git-hooks from running in production installs ([ac090d5](https://github.com/VectifyAI/pageindex-mcp/commit/ac090d5d786b906f7eb1172c1a3bc93b56185677))

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.3",
4+
"version": "1.0.4",
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.3",
3+
"version": "1.0.4",
44
"description": "MCP server for PageIndex",
55
"type": "module",
66
"main": "build/index.js",

0 commit comments

Comments
 (0)