feat: HTTP/SSE Transport for Multi-Instance Deployments #34
Labels
No labels
good first issue
has-pr
help wanted
idea
priority
critical
priority
high
priority
low
priority
medium
status
blocked
status
in-progress
status
needs-review
status
ready
type
bug
type
docs
type
enhancement
type
feature
type
refactor
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
customable/claude-mem#34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Origin
Issue #752 from upstream
Problem
Solution
Use Cases
Migrated-From: jack/claude-mem-fork#12
This feature is already implemented:
HTTP Transport:
:37777CLAUDE_MEM_REMOTE_URLCLAUDE_MEM_REMOTE_TOKENSSE:
/api/streamendpoint for real-time updatesWebSocket:
/ws)Remote Access Settings:
CLAUDE_MEM_REMOTE_MODE- Enable remote modeCLAUDE_MEM_REMOTE_URL- Backend URLCLAUDE_MEM_REMOTE_TOKEN- Authentication tokenCLAUDE_MEM_REMOTE_VERIFY_SSL- SSL verificationCLAUDE_MEM_REMOTE_TIMEOUT_MS- Request timeoutSee
packages/shared/src/settings.tsfor full configuration.