@ai2qa/local-agent 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.
package/dist/index.js CHANGED
@@ -24,7 +24,7 @@ exports.BrowserConnection = exports.Ai2qaMcpServer = exports.createMcpServer = v
24
24
  const commander_1 = require("commander");
25
25
  const server_js_1 = require("./server.js");
26
26
  const config_js_1 = require("./config.js");
27
- const VERSION = '0.1.0';
27
+ const VERSION = '0.1.2';
28
28
  async function main() {
29
29
  const program = new commander_1.Command();
30
30
  program
package/dist/server.js CHANGED
@@ -242,7 +242,7 @@ class Ai2qaMcpServer {
242
242
  }
243
243
  this.server = new index_js_1.Server({
244
244
  name: 'ai2qa-local-agent',
245
- version: '0.1.0',
245
+ version: '0.1.2',
246
246
  }, {
247
247
  capabilities: {
248
248
  tools: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai2qa/local-agent",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Universal MCP Server for AI2QA - enables local AI tools and cloud orchestration to control browsers",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",