Skip to content

Commit 0e1f7d4

Browse files
chore(release): 1.6.0 [skip ci]
# [1.6.0](v1.5.1...v1.6.0) (2025-10-14) ### Features * add MCP server publishing workflow and manifest ([b9f661c](b9f661c))
1 parent 81207c8 commit 0e1f7d4

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.0](https://github.com/VectifyAI/pageindex-mcp/compare/v1.5.1...v1.6.0) (2025-10-14)
2+
3+
4+
### Features
5+
6+
* add MCP server publishing workflow and manifest ([b9f661c](https://github.com/VectifyAI/pageindex-mcp/commit/b9f661cb4a0a5c49d6107caa88b305fbbd0a2cd3))
7+
18
## [1.5.1](https://github.com/VectifyAI/pageindex-mcp/compare/v1.5.0...v1.5.1) (2025-10-01)
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.5.1",
5+
"version": "1.6.0",
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.5.1",
3+
"version": "1.6.0",
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
@@ -8,21 +8,21 @@
88
"url": "https://github.com/VectifyAI/pageindex-mcp",
99
"source": "github"
1010
},
11-
"version": "1.5.1",
11+
"version": "1.6.0",
1212
"packages": [
1313
{
1414
"registry_type": "npm",
15-
"version": "1.5.1",
15+
"version": "1.6.0",
1616
"identifier": "pageindex-mcp",
1717
"transport": {
1818
"type": "stdio"
1919
}
2020
},
2121
{
2222
"registry_type": "mcpb",
23-
"version": "1.5.1",
24-
"identifier": "https://github.com/VectifyAI/pageindex-mcp/releases/download/v1.5.0/pageindex-mcp-1.5.1.mcpb",
25-
"file_sha256": "",
23+
"version": "1.6.0",
24+
"identifier": "https://github.com/VectifyAI/pageindex-mcp/releases/download/v1.6.0/pageindex-mcp-1.6.0.mcpb",
25+
"file_sha256": "3985f8b4dbca16eb7fcae75a574f65e5c668ca6e6a255cdd016e933fde7aa9f3",
2626
"transport": {
2727
"type": "stdio"
2828
}

0 commit comments

Comments
 (0)