Skip to content

Commit e4d3bc3

Browse files
chore(release): 1.6.3 [skip ci]
## [1.6.3](v1.6.2...v1.6.3) (2025-10-30) ### Bug Fixes * update MCP server URL to chat.pageindex.ai ([5f6d1e1](5f6d1e1))
1 parent 5f6d1e1 commit e4d3bc3

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.6.3](https://github.com/VectifyAI/pageindex-mcp/compare/v1.6.2...v1.6.3) (2025-10-30)
2+
3+
4+
### Bug Fixes
5+
6+
* update MCP server URL to chat.pageindex.ai ([5f6d1e1](https://github.com/VectifyAI/pageindex-mcp/commit/5f6d1e1fd2cad1a135670dbf322311ad2c23ba98))
7+
18
## [1.6.2](https://github.com/VectifyAI/pageindex-mcp/compare/v1.6.1...v1.6.2) (2025-10-14)
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.6.2",
5+
"version": "1.6.3",
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.6.2",
3+
"version": "1.6.3",
44
"description": "MCP server for PageIndex",
55
"type": "module",
66
"main": "build/index.js",

server.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77
"url": "https://github.com/VectifyAI/pageindex-mcp",
88
"source": "github"
99
},
10-
"version": "1.6.2",
10+
"version": "1.6.3",
1111
"packages": [
1212
{
1313
"registryType": "npm",
14-
"version": "1.6.2",
14+
"version": "1.6.3",
1515
"identifier": "pageindex-mcp",
1616
"transport": {
1717
"type": "stdio"
1818
}
1919
},
2020
{
2121
"registryType": "mcpb",
22-
"version": "1.6.2",
23-
"identifier": "https://github.com/VectifyAI/pageindex-mcp/releases/download/v1.6.2/pageindex-mcp-1.6.2.mcpb",
24-
"fileSha256": "67138e48f8755be07fafb149cb438f1144619e90b232e5329208ec0c2fbf2d6f",
22+
"version": "1.6.3",
23+
"identifier": "https://github.com/VectifyAI/pageindex-mcp/releases/download/v1.6.3/pageindex-mcp-1.6.3.mcpb",
24+
"fileSha256": "60c5d1f79016a9b019d012ca2374af1e827f356098b91b63929fd67d3db22a0a",
2525
"transport": {
2626
"type": "stdio"
2727
}

0 commit comments

Comments
 (0)