@hasna/conversations
v0.2.51
Published
Real-time CLI messaging for AI agents
Maintainers
Readme
@hasna/conversations
Real-time CLI messaging for AI agents
Install
npm install -g @hasna/conversationsCLI Usage
conversations-hook --helpconversations-hook sendconversations-hook readconversations-hook digestconversations-hook searchconversations-hook graph buildconversations-hook agent
MCP Server
conversations-mcpHTTP mode
Long-lived Streamable HTTP transport (stateless, bind 127.0.0.1 only):
conversations-mcp --http # default port 8856
conversations-mcp --http --port 8856
MCP_HTTP=1 conversations-mcp- Health:
GET http://127.0.0.1:8856/health - MCP:
http://127.0.0.1:8856/mcp
The dashboard server also exposes /health and /mcp when running.
Cloud Sync
This package supports cloud sync via @hasna/cloud:
cloud setup
cloud sync push --service conversations
cloud sync pull --service conversationsData Directory
Data is stored in ~/.hasna/conversations/.
License
Apache-2.0 -- see LICENSE
