sverklo 0.5.0 → 0.5.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 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Sverklo
|
|
2
2
|
|
|
3
|
-
_Sverklo_ (Russian:
|
|
3
|
+
_Sverklo_ (Russian: **сверкло**, _SVERK-lo_) — archaic past tense of "сверкнуть," to flash or gleam. Code intelligence that illuminates your repo so your AI assistant stops guessing.
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/sverklo)
|
|
6
6
|
[](https://www.npmjs.com/package/sverklo)
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sverklo",
|
|
3
|
-
"
|
|
3
|
+
"mcpName": "io.github.sverklo/sverklo",
|
|
4
|
+
"version": "0.5.1",
|
|
4
5
|
"description": "Sverklo — local-first code intelligence MCP server. Diff-aware MR review, risk scoring, hybrid semantic search, PageRank ranking, persistent memory. Zero config.",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"bin": {
|