@syke1/mcp-server 1.3.19 → 1.3.20
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/dist/web/public/app.js +1 -1
- package/package.json +1 -1
package/dist/web/public/app.js
CHANGED
|
@@ -2731,7 +2731,7 @@ async function updateBottomBar() {
|
|
|
2731
2731
|
const el = document.getElementById("bottom-info");
|
|
2732
2732
|
if (!el) return;
|
|
2733
2733
|
try {
|
|
2734
|
-
const r = await fetch("https://registry.npmjs.org/@syke1/mcp-server");
|
|
2734
|
+
const r = await fetch("https://registry.npmjs.org/@syke1/mcp-server", { cache: "no-store" });
|
|
2735
2735
|
const data = await r.json();
|
|
2736
2736
|
const version = data["dist-tags"]?.latest || "?";
|
|
2737
2737
|
const publishDate = data.time?.[version]?.slice(0, 10) || "?";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syke1/mcp-server",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.20",
|
|
4
4
|
"mcpName": "io.github.khalomsky/syke",
|
|
5
5
|
"description": "AI code impact analysis MCP server — dependency graphs, cascade detection, and a mandatory build gate for AI coding agents",
|
|
6
6
|
"main": "dist/index.js",
|