sparda-mcp 0.71.4 → 0.71.5
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 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# SPARDA
|
|
2
2
|
|
|
3
|
-
<div align="center">
|
|
4
|
-
<img src="assets/logo-presentation.png" alt="SPARDA Banner" width="800" />
|
|
5
|
-
</div>
|
|
3
|
+
<div align="center">`r`n <img src="https://raw.githubusercontent.com/zakariagharzouli/sparda/main/assets/sparda-readme-banner-dark-1600x480.png" alt="SPARDA — AI writes. SPARDA proves." width="800" />`r`n</div>
|
|
6
4
|
|
|
7
5
|
<br/>
|
|
8
6
|
|
|
@@ -263,11 +261,6 @@ To undo everything: **`npx sparda-mcp remove`** restores your code byte-for-byte
|
|
|
263
261
|
|
|
264
262
|
## The promise — every word is backed by a test in CI
|
|
265
263
|
|
|
266
|
-
<div align="center">
|
|
267
|
-
<img src="assets/features-presentation.png" alt="SPARDA Features" width="800" />
|
|
268
|
-
</div>
|
|
269
|
-
|
|
270
|
-
<br/>
|
|
271
264
|
|
|
272
265
|
1. **Three minutes, one command.** AST scan, router generation, reversible injection — no config.
|
|
273
266
|
2. **Try it for free, leave for free.** `npx sparda-mcp remove` restores your code **byte-for-byte** (tested on JS, TS, Python, even Windows CRLF files). No trace, no lock-in.
|
|
@@ -405,10 +398,5 @@ crippled to upsell you.
|
|
|
405
398
|
You may not resell SPARDA or offer it as a competing commercial service.
|
|
406
399
|
Each version converts to Apache 2.0 four years after its release.
|
|
407
400
|
|
|
408
|
-
<div align="center">
|
|
409
|
-
<img src="assets/github-star.png" alt="Leave a Star" width="600" />
|
|
410
|
-
</div>
|
|
411
|
-
|
|
412
|
-
<br/>
|
|
413
401
|
|
|
414
402
|
By [Residual Labs](https://residual-labs.fr)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sparda-mcp",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.5",
|
|
4
4
|
"mcpName": "io.github.zakariagharzouli/sparda-mcp",
|
|
5
5
|
"description": "AI writes. SPARDA proves. A deterministic, offline gate that catches when an AI edit removes a guard, exposes a route, or breaks an invariant \u2014 no API key, right in the agent edit loop.",
|
|
6
6
|
"type": "module",
|