lemonsqueezy-mcp-server 1.0.0 → 1.0.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/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -35,7 +35,7 @@ Open your terminal (Command Prompt on Windows, Terminal on Mac) and run these co
|
|
|
35
35
|
|
|
36
36
|
```bash
|
|
37
37
|
# 1. Download the project
|
|
38
|
-
git clone https://github.com/
|
|
38
|
+
git clone https://github.com/IntrepidServicesLLC/lemonsqueezy-mcp-server.git
|
|
39
39
|
cd lemonsqueezy-mcp-server
|
|
40
40
|
|
|
41
41
|
# 2. Install the necessary files
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lemonsqueezy-mcp-server",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"mcpName": "io.github.
|
|
3
|
+
"version": "1.0.2",
|
|
4
|
+
"mcpName": "io.github.IntrepidServicesLLC/lemonsqueezy-mcp-server",
|
|
5
5
|
"description": "Universal Semantic Bridge - Lemon Squeezy SDK as MCP Server with optional Salesforce CRM integration",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "https://github.com/
|
|
8
|
+
"url": "git+https://github.com/IntrepidServicesLLC/lemonsqueezy-mcp-server.git"
|
|
9
9
|
},
|
|
10
10
|
"type": "module",
|
|
11
11
|
"main": "dist/index.js",
|
|
12
12
|
"bin": {
|
|
13
|
-
"lemonsqueezy-mcp": "
|
|
13
|
+
"lemonsqueezy-mcp": "dist/index.js"
|
|
14
14
|
},
|
|
15
15
|
"files": [
|
|
16
16
|
"dist",
|