feat: Update README and package.json for server configuration and repository details

This commit is contained in:
Morax
2025-07-29 13:54:15 +08:00
parent bad857eeab
commit c82f79a529
4 changed files with 136 additions and 1 deletions

View File

@@ -54,5 +54,18 @@
},
"engines": {
"node": ">=18.0.0"
}
},
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://git.moraxcheng.me/Morax/tarot-mcp.git"
},
"bugs": {
"url": "https://git.moraxcheng.me/Morax/tarot-mcp/issues"
},
"homepage": "https://git.moraxcheng.me/Morax/tarot-mcp#readme"
}