Skip to content

Commit 3f9c81d

Browse files
chore(release): 1.0.5 [skip ci]
## [1.0.5](v1.0.4...v1.0.5) (2025-09-01) ### Bug Fixes * remove DXT build and pack steps from release workflow ([e873cff](e873cff)) * simplify long_description in manifest.json ([07c7a47](07c7a47)) * switch from tsc to tsup and fix dxt issues ([7b75df7](7b75df7)) * update metadata and add DXT extension compatibility ([ef6e887](ef6e887))
1 parent 7b75df7 commit 3f9c81d

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.0.5](https://github.com/VectifyAI/pageindex-mcp/compare/v1.0.4...v1.0.5) (2025-09-01)
2+
3+
4+
### Bug Fixes
5+
6+
* remove DXT build and pack steps from release workflow ([e873cff](https://github.com/VectifyAI/pageindex-mcp/commit/e873cfff25a81ba6db82cf9bcf8e619dd14fdc6a))
7+
* simplify long_description in manifest.json ([07c7a47](https://github.com/VectifyAI/pageindex-mcp/commit/07c7a47a6fa6529fd2ebea383d41ebbaf748773a))
8+
* switch from tsc to tsup and fix dxt issues ([7b75df7](https://github.com/VectifyAI/pageindex-mcp/commit/7b75df73b1be0828253101b0422ec64be161705f))
9+
* update metadata and add DXT extension compatibility ([ef6e887](https://github.com/VectifyAI/pageindex-mcp/commit/ef6e8872860248e48872ca497ec41332dbe1eaa6))
10+
111
## [1.0.4](https://github.com/VectifyAI/pageindex-mcp/compare/v1.0.3...v1.0.4) (2025-09-01)
212

313

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

0 commit comments

Comments
 (0)