Skip to content

Commit 9a734a1

Browse files
chore(release): 1.4.1 [skip ci]
## [1.4.1](v1.4.0...v1.4.1) (2025-09-19) ### Bug Fixes * open pricing page when encountered usage limit error ([919c509](919c509))
1 parent 919c509 commit 9a734a1

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.4.1](https://github.com/VectifyAI/pageindex-mcp/compare/v1.4.0...v1.4.1) (2025-09-19)
2+
3+
4+
### Bug Fixes
5+
6+
* open pricing page when encountered usage limit error ([919c509](https://github.com/VectifyAI/pageindex-mcp/commit/919c509740fd11879ce4756f2e5762ceb5021b9f))
7+
18
# [1.4.0](https://github.com/VectifyAI/pageindex-mcp/compare/v1.3.0...v1.4.0) (2025-09-18)
29

310

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dxt_version": "0.1",
33
"name": "PageIndex",
44
"display_name": "PageIndex",
5-
"version": "1.4.0",
5+
"version": "1.4.1",
66
"description": "MCP server for PageIndex",
77
"long_description": "This extension provides access to PageIndex's next-generation reasoning-based RAG system. Unlike traditional vector search, PageIndex uses multi-step reasoning to understand and retrieve information from documents. Authentication is handled automatically via OAuth 2.1.",
88
"author": {

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

0 commit comments

Comments
 (0)