@nekzus/liop-studio 1.0.0-alpha.0 → 1.0.0-alpha.3

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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # @nekzus/liop-studio
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/@nekzus/liop-studio.svg)](https://www.npmjs.com/package/@nekzus/liop-studio)
4
+ [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
5
+ [![Documentation](https://img.shields.io/badge/docs-mintlify-4E46E5.svg)](https://nekzus-32.mintlify.app/)
6
+
3
7
  > **LIOP Sovereign Studio & Mesh Scanner**: Developer studio, interactive testbed, and network scanner for the Logic-Injection-on-Origin Protocol (LIOP) and Model Context Protocol (MCP).
4
8
 
5
9
  ---
@@ -40,5 +44,10 @@ npx @nekzus/liop-studio scan /ip4/127.0.0.1/tcp/4000/p2p/12D3KooW...
40
44
 
41
45
  ---
42
46
 
47
+ ## 📚 Documentation
48
+ For complete guides, API references, and architecture specifications, visit the [official LIOP documentation](https://nekzus-32.mintlify.app/).
49
+
50
+ ---
51
+
43
52
  ## 📄 License
44
53
  Apache-2.0. Copyright 2026 Nekzus Solutions and contributors.
package/dist/cli/index.js CHANGED
@@ -1892,7 +1892,7 @@ function createStudioServer(options = {}) {
1892
1892
  app.use(
1893
1893
  "/*",
1894
1894
  serveStatic({
1895
- root: path.relative(process3.cwd(), distPath).replace(/\\/g, "/"),
1895
+ root: distPath,
1896
1896
  rewriteRequestPath: (pathStr) => {
1897
1897
  if (!pathStr.includes(".") && !pathStr.startsWith("/api") && pathStr !== "/health") {
1898
1898
  return "/index.html";