14 Commits

Author SHA1 Message Date
Dominik Jain
98b9acc497 Update browser compatibility statement 2025-11-19 13:27:26 +01:00
Dominik Jain
26c9adbd76 Add note on browser compatibility (given recent changes in Chromium 142) 2025-10-30 22:54:19 +01:00
Dominik Jain
7463ba3eaf
Revise warning messages in README
Updated warning messages to use the new format for important information.
2025-10-16 13:45:02 +02:00
Dominik Jain
5136c84534 Improve README
* Add warnings to prevent common errors
   (closing plugin UI, not fully quitting Claude Desktop)
 * Add Claude Code instructions
 * Add Claude Desktop for Linux
2025-10-08 22:25:47 +02:00
Dominik Jain
011e4c66c0 Add video to README 2025-10-08 00:10:26 +02:00
Dominik Jain
06accf7c45 Improve README 2025-10-08 00:10:26 +02:00
Dominik Jain
200c11bb8e Add architecture diagram and extend description 2025-10-08 00:10:26 +02:00
Dominik Jain
cbac84bab2 Restructuring, improving README structure and npm commands 2025-10-08 00:10:26 +02:00
MischaPanch
eda3f855b4 Top level install/start script
Minor readme extension
2025-10-08 00:10:25 +02:00
Dominik Jain
9fb3ccc2e2 Update usage instructions to include build of common stuff 2025-09-17 20:07:44 +02:00
Dominik Jain
b7d1171654 Establish return channel when executing plugin tasks
and package 'common' for representations used in both subprojects
2025-09-12 16:42:13 +02:00
Dominik Jain
f5bdb1accb Update README 2025-09-11 12:09:05 +02:00
Dominik Jain
16167e2758 Use Streamable HTTP and SSE transports in MCP server instead of stdio
(This is necessary to ensure a single instance, which is required for a
well-defined websocket port)
2025-09-10 21:13:10 +02:00
Dominik Jain
7faca70aa7 Establish websocket connection between plugin and MCP server 2025-09-10 16:33:53 +02:00