-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathserver.json
More file actions
34 lines (34 loc) · 765 Bytes
/
server.json
File metadata and controls
34 lines (34 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.xt765/mcp_documents_reader",
"title": "MCP Document Reader",
"description": "An MCP enabled multi-format document reader supporting DOCX, PDF, TXT, and Excel files",
"version": "1.3.1",
"license": "MIT",
"authors": [
{
"name": "xt765"
}
],
"keywords": [
"mcp",
"document-reader",
"pdf",
"docx",
"excel"
],
"repository": {
"url": "https://github.com/xt765/mcp_documents_reader",
"source": "github"
},
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-documents-reader",
"version": "1.3.1",
"transport": {
"type": "stdio"
}
}
]
}