Skip to content

Commit 907497c

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.0...v1.3.0) (2025-09-15) ### Bug Fixes * update OAuth scope to use mcp:access instead of generic read write ([8bfb649](8bfb649)) ### Features * implement OAuth 2.1 authentication ([05062e5](05062e5))
1 parent e79fc48 commit 907497c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.3.0](https://github.com/VectifyAI/pageindex-mcp/compare/v1.2.0...v1.3.0) (2025-09-15)
2+
3+
4+
### Bug Fixes
5+
6+
* update OAuth scope to use mcp:access instead of generic read write ([8bfb649](https://github.com/VectifyAI/pageindex-mcp/commit/8bfb649976d1482bc7c357ea6d3676c480b6e405))
7+
8+
9+
### Features
10+
11+
* implement OAuth 2.1 authentication ([05062e5](https://github.com/VectifyAI/pageindex-mcp/commit/05062e53c08dc95edf577c33905846c3ae8bb6fa))
12+
113
# [1.2.0](https://github.com/VectifyAI/pageindex-mcp/compare/v1.1.2...v1.2.0) (2025-09-05)
214

315

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

0 commit comments

Comments
 (0)