JSON-RPC 2.0 Specification, JSON-RPC Working Group, 2010 - Defines the protocol used for communication in MCP, including method calls and error handling.
RESTful Web Services, Leonard Richardson and Sam Ruby, 2007 (O'Reilly Media) - Describes principles of resource identification, representation, and interaction using URIs and standardized content types.
Path Traversal Cheat Sheet, OWASP Foundation, 2023OWASP Cheat Sheet Series - Explains the path traversal vulnerability and defensive measures relevant to dynamic URI handling.
Computer Systems: A Programmer's Perspective, Randal E. Bryant and David R. O'Hallaron, 2015 (Pearson) - Provides a comprehensive explanation of memory hierarchies and caching principles, including LRU, relevant for improving read performance.