# attesto_mcp_server v0.8.0 - Table of Contents

> Attesto-native MCP server with modern and legacy transports

## Pages

- [attesto_mcp_server](readme.md)
- [Changelog](changelog.md)
- [Conformance evidence](conformance-1.md)
- [Frozen conformance fixture](conformance-2.md)
- [Provenance and approved sources](provenance.md)
- [Usage and deployment](usage.md)
- [Acceptance traceability](traceability.md)
- [Production dependency inventory](sbom.md)

## Modules

- [AttestoMCP.Server](AttestoMCP.Server.md): Attesto-native MCP server core.
- [AttestoMCP.Server.API](AttestoMCP.Server.API.md): Stable host-facing facade for `AttestoMCP.Server`.
- [AttestoMCP.Server.Cursor](AttestoMCP.Server.Cursor.md): Opaque, signed, expiring authorization-bound pagination cursors.
- [AttestoMCP.Server.Error](AttestoMCP.Server.Error.md): Dated MCP/JSON-RPC error values and safe encoders.
- [AttestoMCP.Server.JSONRPC](AttestoMCP.Server.JSONRPC.md): Strict JSON-RPC 2.0 decoding and encoding for MCP wire messages.
- [AttestoMCP.Server.Plug](AttestoMCP.Server.Plug.md): Plug-compatible Streamable HTTP boundary for modern and legacy MCP.
- [AttestoMCP.Server.Registry](AttestoMCP.Server.Registry.md): Deterministic, authorization-filtered MCP primitive registry.
- [AttestoMCP.Server.RequestState](AttestoMCP.Server.RequestState.md): Integrity-protected, expiring, single-use modern retry state.
- [AttestoMCP.Server.RequestState.Store](AttestoMCP.Server.RequestState.Store.md): Stable per-server owner for consumed modern request-state nonces.
- [AttestoMCP.Server.Schema](AttestoMCP.Server.Schema.md): Bounded JSON Schema 2020-12 validation without remote reference fetching.
- [AttestoMCP.Server.Session](AttestoMCP.Server.Session.md): Bounded legacy session records with principal binding and expiry.
- [AttestoMCP.Server.Stdio](AttestoMCP.Server.Stdio.md): Line-delimited stdio adapter over the shared protocol core.
- [AttestoMCP.Server.Subscriptions](AttestoMCP.Server.Subscriptions.md): Bounded, principal/tenant-bound modern subscription registry.
- [AttestoMCP.Server.Tasks](AttestoMCP.Server.Tasks.md): Disabled task-profile boundary.
- [AttestoMCP.Server.Telemetry](AttestoMCP.Server.Telemetry.md): Telemetry helpers for protocol, auth, handler, and transport events.

