@shawnowen/comet-mcp 2.3.0 → 2.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/README.md +86 -19
  2. package/dist/alert-dispatcher.d.ts +23 -0
  3. package/dist/alert-dispatcher.js +101 -0
  4. package/dist/bound-session.d.ts +23 -0
  5. package/dist/bound-session.js +119 -0
  6. package/dist/bridge-config.d.ts +6 -0
  7. package/dist/bridge-config.js +78 -0
  8. package/dist/cdp-client.d.ts +40 -4
  9. package/dist/cdp-client.js +502 -155
  10. package/dist/comet-ai.d.ts +15 -0
  11. package/dist/comet-ai.js +114 -38
  12. package/dist/delegate-binding.d.ts +19 -0
  13. package/dist/delegate-binding.js +73 -0
  14. package/dist/discovery/capability-entry.d.ts +215 -0
  15. package/dist/discovery/capability-entry.js +13 -0
  16. package/dist/discovery/description-template.d.ts +40 -0
  17. package/dist/discovery/description-template.js +61 -0
  18. package/dist/discovery/golden-queries.fixture.d.ts +22 -0
  19. package/dist/discovery/golden-queries.fixture.js +137 -0
  20. package/dist/discovery/mcp-source.d.ts +38 -0
  21. package/dist/discovery/mcp-source.js +70 -0
  22. package/dist/discovery/metadata-completeness.d.ts +48 -0
  23. package/dist/discovery/metadata-completeness.js +83 -0
  24. package/dist/discovery/registry.d.ts +35 -0
  25. package/dist/discovery/registry.js +35 -0
  26. package/dist/discovery/safety.d.ts +44 -0
  27. package/dist/discovery/safety.js +59 -0
  28. package/dist/discovery/schema-validator.d.ts +36 -0
  29. package/dist/discovery/schema-validator.js +257 -0
  30. package/dist/discovery/source-error.d.ts +47 -0
  31. package/dist/discovery/source-error.js +95 -0
  32. package/dist/discovery/tool-meta.d.ts +41 -0
  33. package/dist/discovery/tool-meta.js +229 -0
  34. package/dist/discovery/virtual-tools.d.ts +20 -0
  35. package/dist/discovery/virtual-tools.js +69 -0
  36. package/dist/http-server.js +2067 -47
  37. package/dist/index.js +3163 -710
  38. package/dist/observer.d.ts +47 -0
  39. package/dist/observer.js +516 -0
  40. package/dist/session-registry.d.ts +57 -0
  41. package/dist/session-registry.js +500 -0
  42. package/dist/sidecar-artifacts.d.ts +49 -0
  43. package/dist/sidecar-artifacts.js +146 -0
  44. package/dist/snapshot-capture.d.ts +3 -0
  45. package/dist/snapshot-capture.js +91 -0
  46. package/dist/tab-group-archive.js +3 -1
  47. package/dist/tab-groups.d.ts +7 -0
  48. package/dist/tab-groups.js +21 -3
  49. package/dist/task-thread-aggregator.d.ts +34 -0
  50. package/dist/task-thread-aggregator.js +480 -0
  51. package/dist/task-thread-canonical.d.ts +142 -0
  52. package/dist/task-thread-canonical.js +116 -0
  53. package/dist/types.d.ts +237 -0
  54. package/dist/window-bindings.d.ts +112 -0
  55. package/dist/window-bindings.js +476 -0
  56. package/extension/background.js +1556 -300
  57. package/extension/icons/icon.svg +9 -0
  58. package/extension/icons/icon128.png +0 -0
  59. package/extension/icons/icon16.png +0 -0
  60. package/extension/icons/icon48.png +0 -0
  61. package/extension/manifest.json +19 -4
  62. package/extension/session-logic.js +2383 -0
  63. package/extension/session-manager.html +299 -0
  64. package/extension/sidepanel.css +5323 -528
  65. package/extension/sidepanel.html +282 -2
  66. package/extension/sidepanel.js +10075 -951
  67. package/extension/window-policy.js +162 -0
  68. package/package.json +10 -7
  69. package/vendor/lifecycle-mcp-adapter.mjs +103 -0
  70. package/vendor/lifecycle-metadata.mjs +252 -0
  71. package/vendor/readiness-report.mjs +742 -0
  72. package/dist/cdp-client.d.ts.map +0 -1
  73. package/dist/cdp-client.js.map +0 -1
  74. package/dist/comet-ai.d.ts.map +0 -1
  75. package/dist/comet-ai.js.map +0 -1
  76. package/dist/http-server.d.ts.map +0 -1
  77. package/dist/http-server.js.map +0 -1
  78. package/dist/index.d.ts.map +0 -1
  79. package/dist/index.js.map +0 -1
  80. package/dist/tab-group-archive.d.ts.map +0 -1
  81. package/dist/tab-group-archive.js.map +0 -1
  82. package/dist/tab-groups.d.ts.map +0 -1
  83. package/dist/tab-groups.js.map +0 -1
  84. package/dist/types.d.ts.map +0 -1
  85. package/dist/types.js.map +0 -1
@@ -0,0 +1,9 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 16 16">
2
+ <rect width="16" height="16" fill="#33BB40"/>
3
+ <g transform="translate(0.5, 0.5)">
4
+ <path d="M7.5 15.0291C3.35593 15.0291 0 11.6667 0 7.51455C0 3.36244 3.35593 0 7.5 0C11.6441 0 15 3.36244 15 7.51455C15 11.6667 11.6441 15.0291 7.5 15.0291ZM7.5 1.22271C4.04237 1.22271 1.22034 4.05021 1.22034 7.51455C1.22034 10.9789 4.04237 13.8064 7.5 13.8064C10.9576 13.8064 13.7797 11.0044 13.7797 7.51455C13.7797 4.02474 10.9576 1.22271 7.5 1.22271Z" fill="white"/>
5
+ <path d="M11.2877 4.12677C11.2877 4.89097 10.6521 5.52779 9.88943 5.52779H6.22842C5.5674 5.52779 5.00808 6.06273 5.00808 6.7505C5.00808 6.80144 4.95723 6.85239 4.90638 6.85239C4.85554 6.85239 4.80469 6.80144 4.80469 6.7505V5.45137C4.80469 4.68718 5.44028 4.05035 6.20299 4.05035H11.1606C11.2369 4.02488 11.2877 4.07583 11.2877 4.12677Z" fill="white"/>
6
+ <path d="M10.1441 6.49536H6.22887C5.46616 6.49536 4.83057 7.13219 4.83057 7.89638V9.19551C4.83057 9.24645 4.88141 9.2974 4.93226 9.2974C4.98311 9.2974 5.03396 9.24645 5.03396 9.19551C5.03396 8.53321 5.56786 7.9728 6.2543 7.9728H8.87294C9.63565 7.9728 10.2712 7.33597 10.2712 6.57178C10.2458 6.52083 10.195 6.49536 10.1441 6.49536Z" fill="white"/>
7
+ <path d="M9.10176 8.94104H6.22887C5.46616 8.94104 4.83057 9.57787 4.83057 10.3421V11.6412C4.83057 11.6921 4.88141 11.7431 4.90684 11.7431C4.95769 11.7431 5.00853 11.6921 5.00853 11.6412C5.00853 10.9789 5.54243 10.4185 6.22887 10.4185H7.80514C8.56786 10.4185 9.20345 9.78165 9.20345 9.01746C9.20345 8.99199 9.1526 8.94104 9.10176 8.94104Z" fill="white"/>
8
+ </g>
9
+ </svg>
Binary file
Binary file
Binary file
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 3,
3
- "name": "Equa Comet Agents",
4
- "version": "1.4.0",
3
+ "name": "Equabotz Browser Agents",
4
+ "version": "2.0.0",
5
5
  "description": "Bridges chrome.tabGroups API for comet-mcp CDP control with session management sidebar",
6
6
  "permissions": [
7
7
  "tabGroups",
@@ -10,8 +10,23 @@
10
10
  "sidePanel",
11
11
  "sessions",
12
12
  "storage",
13
- "contextMenus"
13
+ "contextMenus",
14
+ "system.display",
15
+ "scripting",
16
+ "bookmarks"
14
17
  ],
18
+ "host_permissions": [
19
+ "http://localhost/*",
20
+ "http://127.0.0.1/*",
21
+ "http://localhost:11434/*",
22
+ "http://localhost:3456/*"
23
+ ],
24
+ "icons": {
25
+ "16": "icons/icon16.png",
26
+ "48": "icons/icon48.png",
27
+ "128": "icons/icon128.png"
28
+ },
29
+ "action": {},
15
30
  "background": {
16
31
  "service_worker": "background.js"
17
32
  },
@@ -19,4 +34,4 @@
19
34
  "default_path": "sidepanel.html"
20
35
  },
21
36
  "minimum_chrome_version": "114"
22
- }
37
+ }