@skvil/piertotum 1.0.3 → 1.0.4
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 +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<img src="https://raw.githubusercontent.com/
|
|
2
|
+
<img src="https://raw.githubusercontent.com/Skvil-IA/skvil-piertotum/main/logo.png" width="150" alt="Skvil-Piertotum logo" />
|
|
3
3
|
|
|
4
4
|
# Skvil-Piertotum
|
|
5
5
|
|
|
@@ -56,7 +56,7 @@ npm install -g @skvil/piertotum
|
|
|
56
56
|
|
|
57
57
|
**Option B — from source:**
|
|
58
58
|
```bash
|
|
59
|
-
git clone https://github.com/
|
|
59
|
+
git clone https://github.com/Skvil-IA/skvil-piertotum
|
|
60
60
|
cd skvil-piertotum
|
|
61
61
|
npm install
|
|
62
62
|
```
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skvil/piertotum",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "MCP + HTTP broker for multi-instance Claude Code communication",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "LCGF00",
|
|
8
|
-
"homepage": "https://github.com/
|
|
8
|
+
"homepage": "https://github.com/Skvil-IA/skvil-piertotum#readme",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "git+https://github.com/
|
|
11
|
+
"url": "git+https://github.com/Skvil-IA/skvil-piertotum.git"
|
|
12
12
|
},
|
|
13
13
|
"bugs": {
|
|
14
|
-
"url": "https://github.com/
|
|
14
|
+
"url": "https://github.com/Skvil-IA/skvil-piertotum/issues"
|
|
15
15
|
},
|
|
16
16
|
"keywords": [
|
|
17
17
|
"mcp",
|