update readme for new features

This commit is contained in:
samanhappy
2025-04-12 22:47:28 +08:00
parent 5532c19305
commit c55cb79720
6 changed files with 366 additions and 84 deletions

View File

@@ -1,11 +1,4 @@
{
"users": [
{
"username": "admin",
"password": "$2b$10$Vt7krIvjNgyN67LXqly0uOcTpN0LI55cYRbcKC71pUDAP0nJ7RPa.",
"isAdmin": true
}
],
"mcpServers": {
"amap-maps": {
"command": "npx",
@@ -24,32 +17,12 @@
"--headless"
]
},
"tavily-mcp": {
"command": "npx",
"args": [
"-y",
"tavily-mcp@latest"
],
"env": {
"TAVILY_API_KEY": "your-api-key"
}
},
"fetch": {
"command": "uvx",
"args": [
"mcp-server-fetch"
]
},
"github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "your-access-token"
}
},
"slack": {
"command": "npx",
"args": [
@@ -61,5 +34,12 @@
"SLACK_TEAM_ID": "your-team-id"
}
}
}
},
"users": [
{
"username": "admin",
"password": "$2b$10$Vt7krIvjNgyN67LXqly0uOcTpN0LI55cYRbcKC71pUDAP0nJ7RPa.",
"isAdmin": true
}
]
}