systemprompt-mcp 0.24.0

Native Model Context Protocol (MCP) implementation for systemprompt.io. Orchestration, per-server OAuth2, RBAC middleware, and tool-call governance — the core of the AI governance pipeline.
Documentation
.media-frame {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border: 1px solid #e2e2e8;
    border-radius: 10px;
    background: #fafafc;
}

.media-element {
    width: 100%;
    max-width: 100%;
    border-radius: 6px;
}

.media-artwork {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 6px;
    flex: none;
}

.media-caption {
    margin-top: 10px;
    color: #666;
}