Skip to content

Commit 6f3a5f2

Browse files
committed
fix: 完善 server.json 格式
- 添加 license 字段 - 添加 authors 字段 - 添加 keywords 字段 - 调整字段顺序符合规范
1 parent 0b0fdff commit 6f3a5f2

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

server.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,24 @@
33
"name": "io.github.xt765/mcp_documents_reader",
44
"title": "MCP Document Reader",
55
"description": "An MCP enabled multi-format document reader supporting DOCX, PDF, TXT, and Excel files",
6+
"version": "1.0.3",
7+
"license": "MIT",
8+
"authors": [
9+
{
10+
"name": "xt765"
11+
}
12+
],
13+
"keywords": [
14+
"mcp",
15+
"document-reader",
16+
"pdf",
17+
"docx",
18+
"excel"
19+
],
620
"repository": {
721
"url": "https://github.com/xt765/mcp_documents_reader",
822
"source": "github"
923
},
10-
"version": "1.0.3",
1124
"packages": [
1225
{
1326
"registryType": "pypi",

0 commit comments

Comments
 (0)