agent-discover 1.0.7 → 1.0.8

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/README.md +3 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,14 +11,9 @@ Built for AI coding agents (Claude Code, Codex CLI, Gemini CLI, Aider) but works
11
11
 
12
12
  ---
13
13
 
14
- ## Screenshots
15
-
16
- <p align="center">
17
- <img src="docs/screenshots/dark.png" alt="Dashboard (Dark)" width="800" />
18
- </p>
19
- <p align="center">
20
- <img src="docs/screenshots/light.png" alt="Dashboard (Light)" width="800" />
21
- </p>
14
+ | Light Theme | Dark Theme |
15
+ | ------------------------------------------ | ---------------------------------------- |
16
+ | ![Light Theme](docs/screenshots/light.png) | ![Dark Theme](docs/screenshots/dark.png) |
22
17
 
23
18
  ---
24
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-discover",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
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",