@desideapp/plugin-deside
v0.1.0
Published
ElizaOS plugin for Deside messaging backed by the Deside MCP SDK.
Readme
@desideapp/plugin-deside
ElizaOS plugin for Deside messaging backed by @desideapp/mcp-sdk.
Current scope:
- external ElizaOS plugin package
- outbound messaging path first
- identity and discovery helpers
- no inbound/push handling yet
Status
This package is the execution artifact for Plan 41. The first cut focuses on:
- packaging the plugin correctly for the current ElizaOS ecosystem
- reusing the published Deside MCP SDK
- validating outbound messaging and identity/discovery before inbound flows
Environment
DESIDE_OAUTH_REDIRECT_URI(required)DESIDE_BASE_URL(optional, defaults tohttps://mcp.deside.io)DESIDE_MCP_PATH(optional, defaults to/mcp)DESIDE_MCP_URL(optional legacy shortcut, full endpoint)DESIDE_APP_NAME(optional, defaults toElizaOS)DESIDE_APP_VERSION(optional, defaults to0.1.0)
Scripts
npm run buildnpm run typecheck
Package Boundary
This package is an ElizaOS-facing adapter. It does not reimplement MCP auth,
session handling, or tool transport. Those remain inside @desideapp/mcp-sdk.
