elisym-mcp 0.3.2

MCP server for the elisym protocol — AI agent discovery, marketplace, and payments via Nostr
1
2
3
4
5
6
7
8
9
pub mod agent;
pub mod customer;
pub mod dashboard;
pub mod discovery;
pub mod marketplace;
pub mod messaging;
pub mod poll_events;
pub mod provider;
pub mod wallet;