CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 23:33:20 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/"3b0b4ef526bdc732a54a9385a5a96874"
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=wtvm8rzXW0VnCOxl%2FEGgZkqEyGJhRE%2B8LP1rVlGqBbEfJaLDceEPD1psbMsQ5ndOWZmVr8MjrgbRqMirJJZ%2BztJHP717SYOhnKm%2BaAJVWiB9JiKVPE9T0S92wvWRx6N0nD7j03OBuxgSDrA9CAZyAob3Lbt0okdjZY5PA35V2toWpYwpWm%2Bw6GRhwwl6E%2BO62PCSOu9M2MD38Qo5sYW9k7Igvmlr8vYUXq%2BajevLMqn4%2FTabuRvUNrBnYJVwM%2FdNN3BqfUdRoZt%2BfDiYzR3POQ%3D%3D--PEcD%2BMO5YYhifbvm--xZVPBNZK56wG0PzSu1eoNg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1827878173.1753313600; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 23:33:20 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 23:33:20 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: BC04:23E99C:5E8BA:91F6C:68817140
feat: Implement database integration and event handling for MCP servers · co-browser/agent-browser@4b83e33 · GitHub
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit 4b83e33
committed
feat: Implement database integration and event handling for MCP servers
- Added SQLite database support for managing MCP servers and tools.
- Introduced event bus for handling server addition, removal, and tool updates.
- Created backend service for CRUD operations on MCP servers.
- Implemented updater service for periodic polling of MCP servers and fetching tools.
- Added API handlers for managing MCP servers and exporting configuration.
- Included tests for backend service and database interactions.
This commit establishes the foundational architecture for the agent-browser application, enabling dynamic management of MCP servers and their associated tools.1 parent 59246b9 commit 4b83e33Copy full SHA for 4b83e33
File tree
Expand file treeCollapse file tree
19 files changed
+2726
-23
lines changedFilter options
- cmd/agent-browser
- internal
- app
- backend
- database
- models
- config
- events
- mcp/client
- updater
- web/handlers
Expand file treeCollapse file tree
19 files changed
+2726
-23
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 | 8 |
| |
10 | 9 |
| |
11 | 10 |
| |
| |||
14 | 13 |
| |
15 | 14 |
| |
16 | 15 |
| |
17 |
| - | |
| 16 | + | |
18 | 17 |
| |
19 | 18 |
| |
20 | 19 |
| |
21 | 20 |
| |
22 |
| - | |
23 | 21 |
| |
24 | 22 |
| |
25 | 23 |
| |
|
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
|
+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
| 16 | + | |
15 | 17 |
| |
16 | 18 |
| |
17 | 19 |
| |
|
+87-19Lines changed: 87 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
5 | 13 |
| |
| 14 | + | |
| 15 | + | |
6 | 16 |
| |
7 | 17 |
| |
| 18 | + | |
8 | 19 |
| |
9 | 20 |
| |
10 | 21 |
| |
11 | 22 |
| |
12 | 23 |
| |
13 |
| - | |
| 24 | + | |
| 25 | + | |
14 | 26 |
| |
| 27 | + | |
15 | 28 |
| |
16 |
| - | |
| 29 | + | |
17 | 30 |
| |
18 | 31 |
| |
19 |
| - | |
| 32 | + | |
| 33 | + | |
20 | 34 |
| |
21 | 35 |
| |
22 |
| - | |
23 |
| - | |
| 36 | + | |
| 37 | + | |
24 | 38 |
| |
25 | 39 |
| |
26 | 40 |
| |
27 | 41 |
| |
28 | 42 |
| |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
29 | 66 |
| |
30 | 67 |
| |
31 | 68 |
| |
32 |
| - | |
| 69 | + | |
33 | 70 |
| |
34 | 71 |
| |
35 | 72 |
| |
36 |
| - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
37 | 79 |
| |
38 | 80 |
| |
39 |
| - | |
40 |
| - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
41 | 84 |
| |
42 | 85 |
| |
43 | 86 |
| |
44 |
| - | |
45 |
| - | |
| 87 | + | |
| 88 | + | |
46 | 89 |
| |
47 |
| - | |
48 |
| - | |
| 90 | + | |
49 | 91 |
| |
50 | 92 |
| |
51 | 93 |
| |
52 | 94 |
| |
53 | 95 |
| |
54 | 96 |
| |
55 |
| - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
56 | 102 |
| |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
57 | 117 |
| |
58 | 118 |
| |
59 |
| - | |
| 119 | + | |
60 | 120 |
| |
61 | 121 |
| |
| 122 | + | |
62 | 123 |
| |
63 |
| - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
64 | 129 |
| |
| 130 | + | |
65 | 131 |
| |
66 | 132 |
| |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
67 | 138 |
| |
68 | 139 |
| |
69 |
| - | |
70 |
| - | |
71 |
| - | |
|
You can’t perform that action at this time.
0 commit comments