Expand description
MCP Security Module
This module provides comprehensive security features for the MCP server including:
- JWT-based authentication
- Peer identity verification
- Access control and permissions
- Rate limiting and abuse prevention
- Message integrity and encryption
Structs§
- MCPSecurity
Manager - MCP Security Manager
- MCPToken
- JWT-like token structure for MCP authentication
- PeerACL
- Access control list for a peer
- Rate
Limiter - Rate limiter for controlling request frequency
- Security
Audit Entry - Security audit log entry
- Security
Audit Logger - Security audit logger
- Token
Header - Token header information
- Token
Payload - Token payload with claims
Enums§
- Audit
Severity - Audit severity levels
- MCPPermission
- Permission for MCP operations
- Security
Level - Security level for MCP operations