All notable changes to AIP (Agent Identity Protocol) are documented here.
aip-proxyCLI: drop-in MCP authentication proxy that wraps any MCP server with AIP token verificationaip_mcp.auditmodule: security self-audit for compact and chained tokens (token hygiene, scope safety, budget limits, chain integrity)aip_mcp.configmodule: TOML-based proxy configurationaip_mcp.proxymodule: HTTP proxy server for MCP transports__version__attribute inaip_core- Project hub site at sunilprakash.com/aip/ with quickstart tutorial, security model, and framework guides
- README rewritten: problem-first structure with framework quickstart examples
- Added sitemap.xml for site SEO
- LangChain adapter in
aip-agents - SECURITY.md with vulnerability reporting guidelines
- PyPI keywords and classifiers for discoverability
- Core SDK:
aip_corewith Ed25519 key pairs, AIP identifiers (aip:web:,aip:key:), identity documents - Compact token mode:
aip_tokenwith JWT+EdDSA invocation-bound capability tokens (IBCTs) - MCP middleware:
aip_mcpwith token extraction, mode detection, request verification aip-agentspackage with CrewAI and Google ADK adapters- Cross-language interop tests (Rust <-> Python)
- 63 tests passing