Skip to content

Commit 6cc2a45

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.2...v1.2.0) (2025-09-05) ### Bug Fixes * remove redundant /mcp suffix from API endpoints ([36acea7](36acea7)) ### Features * add client type identification to API requests ([ded11d7](ded11d7))
1 parent ded11d7 commit 6cc2a45

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# [1.2.0](https://github.com/VectifyAI/pageindex-mcp/compare/v1.1.2...v1.2.0) (2025-09-05)
2+
3+
4+
### Bug Fixes
5+
6+
* remove redundant /mcp suffix from API endpoints ([36acea7](https://github.com/VectifyAI/pageindex-mcp/commit/36acea7f8248017596e88630474e2ddcc4da2654))
7+
8+
9+
### Features
10+
11+
* add client type identification to API requests ([ded11d7](https://github.com/VectifyAI/pageindex-mcp/commit/ded11d701f4ffbf7c98fc4b945bac8341e937870))

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

0 commit comments

Comments
 (0)