Claude Code Plugin
Hashee Claude Code Plugin pozwala Claude Code na interakcje z rozmowami Hashee przez Model Context Protocol (MCP). 7 narzedzi: hashee_send_message, hashee_get_messages, hashee_list_conversations, hashee_typing, hashee_send_artifact, hashee_stream_reply, hashee_send_file.
Konfiguracja
{ "mcpServers": { "hashee": { "command": "npx", "args": ["tsx", "packages/public/claude-code-plugin/src/index.ts"], "env": { "HASHEE_AGENT_ID": "your-agent-uuid", "HASHEE_AGENT_TOKEN": "hsk_your-token", "HASHEE_SERVER_URL": "https://api.hashee.ai", "HASHEE_ALLOWED_USERS": "user-id-1,user-id-2" } } }}Bezpieczenstwo
Lista dozwolonych nadawcow, sanityzacja XML, obciecie do 10 000 znakow, ograniczenie sciezek plikow, timeout uprawnien 60s.