forked from doobidoo/mcp-memory-service
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mlc-config.json
More file actions
53 lines (53 loc) · 1.04 KB
/
Copy path.mlc-config.json
File metadata and controls
53 lines (53 loc) · 1.04 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"ignorePatterns": [
{
"pattern": "^https://localhost"
},
{
"pattern": "^http://localhost"
},
{
"pattern": "^http://127\\.0\\.0\\.1"
},
{
"pattern": "^https://github\\.com/doobidoo/mcp-memory-service/wiki"
},
{
"pattern": "^https://your-server-ip"
},
{
"pattern": "^http://your-server-ip"
},
{
"pattern": "^https://github\\.com/doobidoo/mcp-memory-service/tree/chromadb-legacy"
},
{
"pattern": "^https://dash\\.cloudflare\\.com"
},
{
"pattern": "^http://mcp-memory-service\\.local"
},
{
"pattern": "^https://www\\.freedesktop\\.org"
},
{
"pattern": "^https://www\\.npmjs\\.com"
},
{
"pattern": "^https://www\\.remotion\\.dev"
},
{
"pattern": "^https://www\\.sbert\\.net"
},
{
"pattern": "^https://milvus\\.io"
},
{
"pattern": "^https://docs\\.zilliz\\.com"
},
{
"pattern": "^https://glama\\.ai"
}
],
"aliveStatusCodes": [200, 206, 429]
}