mojulo 0.0.0

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 +6 -0
  2. package/package.json +9 -0
package/README.md ADDED
@@ -0,0 +1,6 @@
1
+ # mojulo
2
+
3
+ Placeholder — the real `mojulo` release will expose a stdio MCP server for
4
+ building self-hosted bots from inside Claude Code or Claude Desktop.
5
+
6
+ Track progress at https://github.com/zombico/mojulo.
package/package.json ADDED
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "mojulo",
3
+ "version": "0.0.0",
4
+ "description": "Placeholder. Real release will expose a stdio MCP server for building self-hosted bots from inside Claude.",
5
+ "homepage": "https://github.com/zombico/mojulo",
6
+ "repository": { "type": "git", "url": "https://github.com/zombico/mojulo.git" },
7
+ "author": "Franz Ombico <franzombico@gmail.com>",
8
+ "license": "UNLICENSED"
9
+ }