Skip to content

Commit ef6e887

Browse files
committed
fix: update metadata and add DXT extension compatibility
1 parent e873cff commit ef6e887

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

manifest.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
{
22
"dxt_version": "0.1",
33
"name": "PageIndex",
4+
"display_name": "PageIndex",
45
"version": "1.0.4",
5-
"description": "A Model Context Protocol (MCP) server for PageIndex - Next-Generation Reasoning-based RAG. Process PDFs with OCR and retrieve information using multi-step reasoning instead of traditional vector search.",
6+
"description": "MCP server for PageIndex",
7+
"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. It includes OCR capabilities for processing PDFs and other document formats, making it ideal for document analysis, research tasks, and information extraction from complex documents.",
68
"author": {
7-
"name": "VectifyAI"
9+
"name": "VectifyAI",
10+
"url": "https://github.com/VectifyAI"
811
},
912
"homepage": "https://github.com/VectifyAI/pageindex-mcp",
13+
"documentation": "https://github.com/VectifyAI/pageindex-mcp",
14+
"support": "https://github.com/VectifyAI/pageindex-mcp/issues",
1015
"keywords": [
1116
"mcp",
1217
"model-context-protocol",
@@ -16,6 +21,14 @@
1621
"ocr",
1722
"reasoning-rag"
1823
],
24+
"license": "MIT",
25+
"compatibility": {
26+
"claude_desktop": ">=0.10.0",
27+
"platforms": ["darwin", "win32", "linux"],
28+
"runtimes": {
29+
"node": ">=20.8.1"
30+
}
31+
},
1932
"server": {
2033
"type": "node",
2134
"entry_point": "build/index.js",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"pageindex",
2929
"document-processing"
3030
],
31-
"author": "Yuexun Jiang",
31+
"author": "VectifyAI",
3232
"license": "MIT",
3333
"dependencies": {
3434
"@modelcontextprotocol/sdk": "^1.17.3",

0 commit comments

Comments
 (0)