Skip to content

Commit 502c7b8

Browse files
chore(release): 1.6.2 [skip ci]
## [1.6.2](v1.6.1...v1.6.2) (2025-10-14) ### Bug Fixes * update registry naming consistency ([51c2d84](51c2d84))
1 parent 51c2d84 commit 502c7b8

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.2](https://github.com/VectifyAI/pageindex-mcp/compare/v1.6.1...v1.6.2) (2025-10-14)
2+
3+
4+
### Bug Fixes
5+
6+
* update registry naming consistency ([51c2d84](https://github.com/VectifyAI/pageindex-mcp/commit/51c2d84a683ad1928dad11bb6162983566b99c02))
7+
18
## [1.6.1](https://github.com/VectifyAI/pageindex-mcp/compare/v1.6.0...v1.6.1) (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.1",
5+
"version": "1.6.2",
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.1",
3+
"version": "1.6.2",
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.1",
10+
"version": "1.6.2",
1111
"packages": [
1212
{
1313
"registryType": "npm",
14-
"version": "1.6.1",
14+
"version": "1.6.2",
1515
"identifier": "pageindex-mcp",
1616
"transport": {
1717
"type": "stdio"
1818
}
1919
},
2020
{
2121
"registryType": "mcpb",
22-
"version": "1.6.1",
23-
"identifier": "https://github.com/VectifyAI/pageindex-mcp/releases/download/v1.6.1/pageindex-mcp-1.6.1.mcpb",
24-
"fileSha256": "64fd3195919d8454b53e8002946b365566018e880d94d80b0ba095dd554f95dc",
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",
2525
"transport": {
2626
"type": "stdio"
2727
}

0 commit comments

Comments
 (0)