Skip to content

Commit 59df3ff

Browse files
committed
fix: change contributors to array to satisfy GitHub Packages
1 parent 0e9209b commit 59df3ff

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
"registry": "https://npm.pkg.github.com"
66
},
77
"description": "A Model Context Protocol (MCP) server that integrates with the KnowS evidence & question-answering API.",
8-
"contributors": "xiao-x-bao community, the 1st AI opensource charity community helping cancer/rare disease/chronic disease patients",
8+
"contributors": [
9+
{
10+
"name": "xiao-x-bao community",
11+
"url": "https://github.com/PancrePal-xiaoyibao"
12+
}
13+
],
914
"keywords": [
1015
"mcp",
1116
"model-context-protocol",

0 commit comments

Comments
 (0)