CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 23:27:46 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/co-browser/agent-browser.git
etag: W/"71ada0af1c67d15409490fb0bc85b091"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=behba64l%2FJs4E1eX2qo4LzFXTzEsrEKsU3kNdy%2BpXjudptGVmhujff%2BdoAO2ucA24XkRZQbxkfB48dPB79WOESdyUjRD2aWvX%2F5A5yQg29Fh9COUWJlvYz6i2T3DEWpS0z0N7WSxWGLEYaDQhtXofxLqpzTWk%2FCRNYgxEeGwULYKaQQ8Kr%2BRtliSINZPZ1uQlVoxaLFlqYpAIRBb7RpeEj5K9UjTXYRc0bc6pEZT58C6utbHRrK5z8nPK1KCVKbxIvy%2B65oD4gwjwBUad7FqWw%3D%3D--UJuc6le2DdD6Yf6N--f8BZBlxg9SMLmWGqt7b7uA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1784700715.1753313266; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 23:27:46 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 23:27:46 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: C034:124FF4:1150742:14CDD10:68816FF2
feat: Improve MCP server management with event-driven updates · co-browser/agent-browser@4221007 · GitHub
Copy file name to clipboard
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit 4221007
committed
feat: Improve MCP server management with event-driven updates
Refactor the MCP ConnectionManager to subscribe to backend events (ServerAdded, ServerRemoved) instead of polling the API for server lists.
Introduce internal state (`permanentlyRemoved`) to correctly handle explicit server removal and prevent background reconnection goroutines from interfering.
Add and publish a new `ServerStatusChangedEvent` from the backend service (`UpdateMCPServerStatus`) when a server's connection status is updated in the database. This allows listeners (e.g., UI components) to react directly to connectivity changes.1 parent c2f51ba commit 4221007Copy full SHA for 4221007
File tree
Expand file treeCollapse file tree
20 files changed
+1669
-1198
lines changedFilter options
- internal
- app
- backend
- database
- models
- config
- events
- mcp
- client
- updater
- web
- client
- handlers
- sync
Expand file treeCollapse file tree
20 files changed
+1669
-1198
lines changed+10-4Lines changed: 10 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
| 8 | + | |
7 | 9 |
| |
8 |
| - | |
| 10 | + | |
9 | 11 |
| |
10 | 12 |
| |
11 | 13 |
| |
12 | 14 |
| |
13 | 15 |
| |
| 16 | + | |
| 17 | + | |
14 | 18 |
| |
15 | 19 |
| |
16 | 20 |
| |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
17 | 25 |
| |
18 | 26 |
| |
19 | 27 |
| |
20 | 28 |
| |
21 | 29 |
| |
22 |
| - | |
23 |
| - | |
24 |
| - | |
| 30 | + | |
25 | 31 |
|
go.sum
Copy file name to clipboard+37-11Lines changed: 37 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 |
| |
4 | 10 |
| |
5 | 11 |
| |
| 12 | + | |
| 13 | + | |
6 | 14 |
| |
7 |
| - | |
8 |
| - | |
| 15 | + | |
| 16 | + | |
9 | 17 |
| |
10 | 18 |
| |
11 |
| - | |
12 |
| - | |
13 |
| - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
14 | 29 |
| |
15 | 30 |
| |
16 | 31 |
| |
17 | 32 |
| |
18 | 33 |
| |
19 | 34 |
| |
20 | 35 |
| |
| 36 | + | |
21 | 37 |
| |
22 | 38 |
| |
| 39 | + | |
| 40 | + | |
23 | 41 |
| |
24 | 42 |
| |
25 | 43 |
| |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
26 | 52 |
| |
27 | 53 |
| |
28 | 54 |
| |
29 |
| - | |
30 |
| - | |
| 55 | + | |
| 56 | + | |
31 | 57 |
| |
32 | 58 |
| |
33 |
| - | |
34 |
| - | |
| 59 | + | |
| 60 | + | |
35 | 61 |
| |
36 | 62 |
| |
37 | 63 |
| |
| |||
45 | 71 |
| |
46 | 72 |
| |
47 | 73 |
| |
48 |
| - | |
49 |
| - | |
| 74 | + | |
| 75 | + | |
50 | 76 |
| |
51 | 77 |
|
+113-53Lines changed: 113 additions & 53 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 | 7 |
| |
9 | 8 |
| |
10 | 9 |
| |
11 |
| - | |
12 | 10 |
| |
13 | 11 |
| |
14 | 12 |
| |
15 | 13 |
| |
| 14 | + | |
16 | 15 |
| |
17 | 16 |
| |
18 | 17 |
| |
19 | 18 |
| |
20 | 19 |
| |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
| 20 | + | |
34 | 21 |
| |
35 |
| - | |
| 22 | + | |
36 | 23 |
| |
37 | 24 |
| |
38 | 25 |
| |
39 | 26 |
| |
40 | 27 |
| |
41 | 28 |
| |
42 |
| - | |
| 29 | + | |
43 | 30 |
| |
44 | 31 |
| |
45 | 32 |
| |
| 33 | + | |
46 | 34 |
| |
47 | 35 |
| |
48 | 36 |
| |
| |||
63 | 51 |
| |
64 | 52 |
| |
65 | 53 |
| |
| 54 | + | |
66 | 55 |
| |
67 | 56 |
| |
68 | 57 |
| |
69 | 58 |
| |
70 | 59 |
| |
71 | 60 |
| |
72 |
| - | |
| 61 | + | |
73 | 62 |
| |
74 | 63 |
| |
75 | 64 |
| |
76 | 65 |
| |
77 |
| - | |
| 66 | + | |
78 | 67 |
| |
79 | 68 |
| |
| 69 | + | |
80 | 70 |
| |
81 | 71 |
| |
82 | 72 |
| |
83 | 73 |
| |
84 | 74 |
| |
85 | 75 |
| |
86 |
| - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
87 | 79 |
| |
88 | 80 |
| |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
89 | 90 |
| |
90 | 91 |
| |
| 92 | + | |
91 | 93 |
| |
92 | 94 |
| |
93 | 95 |
| |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 |
| - | |
| 96 | + | |
| 97 | + | |
120 | 98 |
| |
121 | 99 |
| |
122 |
| - | |
| 100 | + | |
123 | 101 |
| |
124 | 102 |
| |
125 |
| - | |
126 |
| - | |
| 103 | + | |
| 104 | + | |
127 | 105 |
| |
128 |
| - | |
| 106 | + | |
129 | 107 |
| |
130 |
| - | |
| 108 | + | |
131 | 109 |
| |
132 | 110 |
| |
133 |
| - | |
| 111 | + | |
134 | 112 |
| |
135 | 113 |
| |
136 | 114 |
| |
137 |
| - | |
| 115 | + | |
138 | 116 |
| |
139 | 117 |
| |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + |
You can’t perform that action at this time.
0 commit comments