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

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.
Files changed (2) hide show
  1. package/README.md +9 -0
  2. package/package.json +30 -1
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/package.json CHANGED
@@ -1,9 +1,38 @@
1
1
  {
2
2
  "name": "@nekzus/liop-studio",
3
- "version": "1.0.0-alpha.0",
3
+ "version": "1.0.0-alpha.2",
4
4
  "description": "LIOP Sovereign Studio — Developer studio, mesh scanner, and logic-on-origin inspector for LIOP & MCP.",
5
5
  "author": "Nekzus Solutions and contributors",
6
6
  "license": "Apache-2.0",
7
+ "homepage": "https://nekzus-32.mintlify.app/",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/Nekzus/LIOP.git",
11
+ "directory": "tools/liop-studio"
12
+ },
13
+ "bugs": {
14
+ "url": "https://github.com/Nekzus/LIOP/issues"
15
+ },
16
+ "keywords": [
17
+ "liop",
18
+ "mcp",
19
+ "model-context-protocol",
20
+ "logic-on-origin",
21
+ "logic-injection",
22
+ "ai-agents",
23
+ "agentic-ai",
24
+ "webassembly",
25
+ "wasi",
26
+ "inspector",
27
+ "scanner",
28
+ "debugger",
29
+ "devtools",
30
+ "studio",
31
+ "testbed",
32
+ "zero-trust",
33
+ "grpc",
34
+ "p2p"
35
+ ],
7
36
  "type": "module",
8
37
  "main": "dist/index.js",
9
38
  "types": "dist/index.d.ts",