You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Catches the README up to what jspod has shipped lately:
- --mcp flag (passthrough to JSS, the MCP server capstone in JSS 0.0.200+)
- --bundle install pattern (apt-style meta-packages, from JSS#464 phase 6)
- Available bundles table (starter / all / media / productivity / agentic)
- 'Run agents' section pointing at charlie + the agentic bundle
When `--mcp` is enabled, your pod exposes 16 tools at `/mcp` (CRUD, ACL, skills, docs, federation) that any MCP-compatible client — Claude Desktop, Cursor, custom bots — can drive. The natural way to use it from a browser is the bundled chat bot:
Then open `http://localhost:5444/public/apps/charlie/`, log in via the xlogin button, paste an LLM API key in settings. Charlie reads its persona from `<pod>/SKILL.md`, uses the pod's `/mcp` as its tool surface, and chats with you. Edit `SKILL.md` and the bot's behaviour shifts next session — no retraining, no vendor.
87
+
88
+
The whole stack — identity, memory, tools, brain — runs on your pod.
89
+
55
90
## The auth ladder
56
91
57
92
jspod ships you onto the lowest rung that's safe, and the climb is visible:
0 commit comments