forked from Ikalus1988/MisakaNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsynonyms.json
More file actions
36 lines (36 loc) 路 1.11 KB
/
Copy pathsynonyms.json
File metadata and controls
36 lines (36 loc) 路 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"mcp": ["setup", "tools/list"],
"tool": ["setup", "mcp"],
"setup": ["mcp", "install"],
"gbk": ["unicode", "encoding"],
"unicode": ["gbk", "encoding"],
"encoding": ["gbk", "unicode"],
"dco": ["signoff", "signed-off-by"],
"signoff": ["dco", "signed-off-by"],
"signed-off-by": ["dco", "signoff"],
"pip": ["ssl", "proxy"],
"timeout": ["ssl", "proxy"],
"ssl": ["pip", "timeout"],
"proxy": ["pip", "ssl", "timeout"],
"git": ["credential", "push"],
"credential": ["git", "auth"],
"auth": ["credential", "token"],
"token": ["auth", "credential"],
"401": ["auth", "credential"],
"403": ["auth", "permission"],
"cron": ["scheduler", "systemd"],
"scheduler": ["cron", "systemd"],
"wsl": ["windows", "proxy"],
"windows": ["wsl", "proxy"],
"cloudflare": ["worker", "deploy"],
"worker": ["cloudflare", "deploy"],
"deploy": ["worker", "cloudflare"],
"npm": ["publish", "403"],
"publish": ["npm", "403"],
"json": ["schema", "parse"],
"schema": ["json", "validate"],
"validate": ["schema", "json"],
"stale": ["cache", "pyc"],
"cache": ["stale", "pyc"],
"pyc": ["cache", "stale"]
}