lumnix 0.2.0 → 0.2.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 +8 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,11 +6,16 @@
|
|
|
6
6
|
|
|
7
7
|
Stop paying for three different SaaS dashboards. Ask your AI to find winning products, vet suppliers, and calculate margins — all in one conversation.
|
|
8
8
|
|
|
9
|
+
[](https://www.npmjs.com/package/lumnix)
|
|
9
10
|
[](https://opensource.org/licenses/MIT)
|
|
10
11
|
[](https://modelcontextprotocol.io)
|
|
11
12
|
[](https://keepa.com)
|
|
12
13
|
|
|
13
|
-
|
|
14
|
+
```bash
|
|
15
|
+
npm install lumnix
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
[Get API Key](https://lumnix.dev) · [Documentation](#-tools-reference) · [npm Package](https://www.npmjs.com/package/lumnix)
|
|
14
19
|
|
|
15
20
|
</div>
|
|
16
21
|
|
|
@@ -88,7 +93,7 @@ Restart your AI client. Then just talk naturally:
|
|
|
88
93
|
|
|
89
94
|
> *"Search Amazon for portable blenders with high sales and low reviews"*
|
|
90
95
|
|
|
91
|
-
That's it. No
|
|
96
|
+
That's it. No Docker. No config files to debug.
|
|
92
97
|
|
|
93
98
|
---
|
|
94
99
|
|
|
@@ -228,7 +233,7 @@ Lumnix is listed on all major MCP directories:
|
|
|
228
233
|
- [**Smithery.ai**](https://smithery.ai) — Search "lumnix"
|
|
229
234
|
- [**MCP Servers**](https://mcpservers.org) — Search "lumnix"
|
|
230
235
|
- [**Claude MCP Directory**](https://docs.anthropic.com/en/docs/agents-and-tools/mcp) — Coming soon
|
|
231
|
-
- [**npm**](https://www.npmjs.com/package/lumnix) — `npm info lumnix`
|
|
236
|
+
- [**npm**](https://www.npmjs.com/package/lumnix) — `npm install lumnix` · `npm info lumnix`
|
|
232
237
|
|
|
233
238
|
---
|
|
234
239
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lumnix",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "AI-powered e-commerce research tools via MCP — Amazon, Alibaba, AliExpress product research, supplier vetting, and profit calculations in your AI assistant",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|