We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e50bbd commit b1ee0c2Copy full SHA for b1ee0c2
.changeset/good-crabs-peel.md
@@ -0,0 +1,9 @@
1
+---
2
+"magnitude-mcp": minor
3
+"magnitude-core": patch
4
5
+
6
+- new MCP server for interacting with browser with persistent sessions
7
+- fix innerHTML assignment bugs causing issues for cursor visual and data extraction on google sites
8
+- fix cursor visual not having fixed positioning when scrolling main document
9
+- fix screenshot not breaking out of retry loop on success
packages/magnitude-mcp/package.json
@@ -1,6 +1,6 @@
{
"name": "magnitude-mcp",
- "version": "0.1.0",
+ "version": "0.0.4",
"description": "MCP server for Magnitude browser automation",
"publishConfig": {
"access": "public"
0 commit comments