🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@mosadd/bridges

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

@mosadd/bridges

EXPERIMENTAL scaffold (not functional yet) — bridge adapter interfaces (Matrix/Discord/Telegram) intended to reach existing networks from mosadd. Every method currently throws BridgeNotImplementedError until real protocol wiring lands. Not for production.

alpha
latest
Source
npmnpm
Version
3.0.0-alpha.26
Version published
Weekly downloads
2
-93.75%
Maintainers
1
Weekly downloads
 
Created
Source

@mosadd/bridges

Experimental scaffold — NOT shipped, not part of the mosADD product surface. This package is an internal interface stub. The adapters throw BridgeNotImplementedError from every handler — the TypeScript shape is locked, no network is wired, and bridges are not advertised as a mosADD feature. Do not depend on this package. The shipped product is the 6 live m* modules in @mosadd/mcp.

What this is

A uniform BridgeProvider interface (verifyConfig, sendMessage, listMessages, resolveHandle) kept here so a future contributor has a stable seam to build against. Design-adopted from the Hermes Agent (MIT, Nous Research) gateway/platforms/ pattern — see the project NOTICE for attribution.

import { getBridge, type BridgeProvider } from "@mosadd/bridges";
// every handler currently throws BridgeNotImplementedError

Adding a real provider requires an accepted RFC (see GOVERNANCE.md).

License

Apache-2.0. See LICENSE and NOTICE.

FAQs

Package last updated on 27 Jun 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