acdp-server 0.1.0

Registry-side building blocks (PublishValidator, RegistryServer, store, pagination) for the Agent Context Distribution Protocol (ACDP)
Documentation
1
2
3
4
5
6
7
8
9
10
//! # acdp-server — registry-side building blocks for the Agent Context Distribution Protocol
//!
//! Server-side primitives consumed by separate `acdp-registry-*` crates:
//! [`registry::PublishValidator`], [`registry::RegistryServer`],
//! [`registry::InMemoryStore`], rate-limiting traits, the shared SSRF
//! policy re-export, and cursor [`pagination`]. This crate does not host a
//! real HTTP server.

pub mod pagination;
pub mod registry;