Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@claude-channel-mux/core

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@claude-channel-mux/core

Core IPC, types, and gate logic for claude-channel-mux

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

@claude-channel-mux/core

Core library for claude-channel-mux: IPC protocol, types, gate logic, and configuration.

Note: This is a community project and is not affiliated with or endorsed by Anthropic.

Install

npm install @claude-channel-mux/core

Usage

import {
  IpcServer,
  IpcClient,
  evaluateGate,
  type PlatformAdapter,
  type InboundMsg,
  type Access,
} from '@claude-channel-mux/core'

What's included

  • Types: IPC protocol messages, PlatformAdapter interface, Access config types
  • IPC Server/Client: Unix socket communication (JSON Lines)
  • Gate logic: evaluateGate() for access control decisions (DM pairing, guild policies)
  • Config: State directory paths, .env loader

License

MIT

Keywords

claude

FAQs

Package last updated on 21 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts