forked from rossoctl/operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mcp.json
More file actions
38 lines (38 loc) · 910 Bytes
/
Copy path.mcp.json
File metadata and controls
38 lines (38 loc) · 910 Bytes
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
{
"mcpServers": {
"google-work": {
"autoApprove": [
"*"
],
"type": "http",
"url": "https://mcp-google-work.int-tichny.org:8443/mcp"
},
"jira-redhat-old": {
"autoApprove": [
"*"
],
"headers": {
"Authorization": "Basic bWNwOmlJOTF3OHg4UXdycWVBbnlrMmRK"
},
"type": "http",
"url": "https://mcp-jira.int-tichny.org:8443/mcp"
},
"readwise": {
"autoApprove": [
"*"
],
"headers": {
"Authorization": "Token vauXnECbxfufJcRJo9e43fDfRI5DWnuJw8k7VHgGdjlqrFE5n9"
},
"type": "http",
"url": "https://mcp-readwise.int-tichny.org:8443/mcp"
},
"slack-redhat": {
"headers": {
"Authorization": "Basic bWNwOjdiNjhlMjhlM2I0YzEwODg0Yjk1NjViYjFmMmE1Y2My"
},
"type": "sse",
"url": "https://mcp-slack.int-tichny.org:8443/sse"
}
}
}