Skip to content

Commit 51c2d84

Browse files
committed
fix: update registry naming consistency
- Change MCP name from io.github.vectifyai to io.github.VectifyAI - Remove remotes section from server.json for registry compliance
1 parent 63f5b28 commit 51c2d84

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"pageindex",
3232
"document-processing"
3333
],
34-
"mcpName": "io.github.vectifyai/pageindex-mcp",
34+
"mcpName": "io.github.VectifyAI/pageindex-mcp",
3535
"author": "VectifyAI",
3636
"license": "MIT",
3737
"dependencies": {

server.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
3-
"name": "io.github.vectifyai/pageindex-mcp",
3+
"name": "io.github.VectifyAI/pageindex-mcp",
44
"title": "PageIndex MCP",
55
"description": "Reasoning-based RAG system for chatting with long PDFs. Supports local and online files.",
66
"repository": {
@@ -26,11 +26,5 @@
2626
"type": "stdio"
2727
}
2828
}
29-
],
30-
"remotes": [
31-
{
32-
"type": "streamable-http",
33-
"url": "https://mcp.pageindex.ai/mcp"
34-
}
3529
]
3630
}

0 commit comments

Comments
 (0)