systemprompt-content 0.2.2

Markdown content management, sources, and event tracking for systemprompt.io AI governance dashboards. Governed publishing pipeline for the MCP governance platform.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod content;
pub mod content_provider;
pub mod ingestion;
pub mod link;
pub mod search;
pub mod validation;

pub use content::ContentService;
pub use content_provider::DefaultContentProvider;
pub use ingestion::IngestionService;
pub use link::{GenerateLinkParams, LinkAnalyticsService, LinkGenerationService};
pub use search::SearchService;
pub use validation::validate_content_metadata;