profitlee-mcp 0.1.0 → 0.1.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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ An [MCP](https://modelcontextprotocol.io) server for [Profitlee](https://profitl
|
|
|
7
7
|
|
|
8
8
|
`calculate_profit` is **free and needs no token**. The scenario tools require a Profitlee Pro API token.
|
|
9
9
|
|
|
10
|
-
> MCP registry name: `io.github.
|
|
10
|
+
> MCP registry name: `io.github.AronLEEdev/profitlee-mcp`
|
|
11
11
|
|
|
12
12
|
## Quick start
|
|
13
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "profitlee-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "MCP server for the Profitlee ecommerce profit calculator (Amazon FBA/FBM + TikTok Shop).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "AronLEE <aronleedev@gmail.com>",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"seller",
|
|
27
27
|
"profitlee"
|
|
28
28
|
],
|
|
29
|
-
"mcpName": "io.github.
|
|
29
|
+
"mcpName": "io.github.AronLEEdev/profitlee-mcp",
|
|
30
30
|
"type": "module",
|
|
31
31
|
"bin": { "profitlee-mcp": "dist/index.js" },
|
|
32
32
|
"files": ["dist", "README.md", "LICENSE"],
|