feat(api): add /version endpoint and increment version to 0.1.25

This commit is contained in:
2026-04-27 10:19:56 +08:00
parent cd7425292c
commit 71e23dea1a
5 changed files with 456 additions and 1 deletions

15
.mcp.json Normal file
View File

@@ -0,0 +1,15 @@
{
"mcpServers": {
"github": {
"command": "sh",
"args": [
"-c",
"GITHUB_PERSONAL_ACCESS_TOKEN=$(gh auth token) npx -y @modelcontextprotocol/server-github"
]
},
"github-actions": {
"command": "node",
"args": [".claude/mcp/github-actions.mjs"]
}
}
}