Skip to content

Commit 0f66b44

Browse files
chore(release): 1.5.0 [skip ci]
# [1.5.0](v1.4.2...v1.5.0) (2025-09-24) ### Features * add icon to manifest ([c2dc8d3](c2dc8d3)) * add MCP resources support ([72f3699](72f3699))
1 parent 78108ec commit 0f66b44

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.5.0](https://github.com/VectifyAI/pageindex-mcp/compare/v1.4.2...v1.5.0) (2025-09-24)
2+
3+
4+
### Features
5+
6+
* add icon to manifest ([c2dc8d3](https://github.com/VectifyAI/pageindex-mcp/commit/c2dc8d39e51159b601812f2976b5c10f621ac3d0))
7+
* add MCP resources support ([72f3699](https://github.com/VectifyAI/pageindex-mcp/commit/72f36996bbab79785a684bc9ce99e35a1f89294a))
8+
19
## [1.4.2](https://github.com/VectifyAI/pageindex-mcp/compare/v1.4.1...v1.4.2) (2025-09-19)
210

311

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

0 commit comments

Comments
 (0)