update: mihomo

This commit is contained in:
2026-03-20 10:48:59 +08:00
parent 213aaab8de
commit 3c2010fcf3
15 changed files with 1901 additions and 8 deletions

18
mcpo/config.json Normal file
View File

@@ -0,0 +1,18 @@
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time", "--local-timezone=Asia/Shanghai"]
},
"arxiv-mcp-server": {
"args": [
"tool",
"run",
"arxiv-mcp-server",
"--storage-path",
"/path/to/paper/storage"
],
"command": "uv"
}
}
}