agent-discover 1.0.23 → 1.0.25

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.
@@ -2,7 +2,7 @@
2
2
  "id": "agent-discover",
3
3
  "name": "Discover",
4
4
  "icon": "explore",
5
- "version": "1.0.23",
5
+ "version": "1.0.25",
6
6
  "description": "MCP server registry — browse, install, configure, monitor",
7
7
  "ui": "./dist/ui/app.js",
8
8
  "css": "./dist/ui/styles.css",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-discover",
3
- "version": "1.0.23",
3
+ "version": "1.0.25",
4
4
  "mcpName": "io.github.keshrath/agent-discover",
5
5
  "description": "MCP server registry and marketplace — discover, install, activate, and manage MCP tools on demand",
6
6
  "type": "module",
@@ -29,6 +29,7 @@
29
29
  "start:server": "node dist/server.js",
30
30
  "test": "vitest run",
31
31
  "test:watch": "vitest",
32
+ "test:e2e:ui": "playwright test",
32
33
  "test:coverage": "vitest run --coverage",
33
34
  "lint": "eslint src/ tests/",
34
35
  "lint:fix": "eslint src/ tests/ --fix",