@browsa/mcp 0.1.1 → 0.1.2

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 (2) hide show
  1. package/dist/server.js +1 -1
  2. package/package.json +1 -1
package/dist/server.js CHANGED
@@ -23,7 +23,7 @@ var client = new Client({
23
23
  ...BASE_URL ? { baseUrl: BASE_URL } : {}
24
24
  });
25
25
  var server = new Server(
26
- { name: "browsa", version: "0.1.0" },
26
+ { name: "browsa", version: "0.1.2" },
27
27
  { capabilities: { tools: {} } }
28
28
  );
29
29
  var tools = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@browsa/mcp",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "MCP server for Browsa — drive anti-detect cloud browsers from Claude Desktop, Cursor, Cline, and any MCP-compatible client",
5
5
  "license": "MIT",
6
6
  "author": "Browsa <support@browsa.io>",