looking-glass-mcp 3.0.0 → 3.0.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.
package/README.md CHANGED
@@ -18,10 +18,6 @@
18
18
  <a href="#configuration">Configuration</a>
19
19
  </p>
20
20
 
21
- <p align="center">
22
- <a href="https://portal.azure.com/#create/Microsoft.Template"><img src="https://aka.ms/deploytoazurebutton" alt="Deploy to Azure" /></a>
23
- </p>
24
-
25
21
  ---
26
22
 
27
23
  ## What's New in v3.0
package/build/index.js CHANGED
@@ -29316,7 +29316,7 @@ ${lines.join("\n")}` }] };
29316
29316
  }
29317
29317
 
29318
29318
  // src/index.ts
29319
- var VERSION = "3.0.0";
29319
+ var VERSION = "3.0.1";
29320
29320
  var _browserReady = false;
29321
29321
  function createServer(config2) {
29322
29322
  const server = new McpServer({
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "looking-glass-mcp",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
+ "mcpName": "io.github.Sahib-Sawhney-WH/looking-glass-mcp",
4
5
  "description": "AI-native browser for agents — semantic change detection, self-healing interactions, structured extraction, credential vault, and enterprise Azure deployment",
5
6
  "main": "build/index.js",
6
7
  "type": "module",