This file stores important memories and preferences that should be remembered across sessions. It is automatically updated whenever the user says "remember" something.
Cursor rule "clean-code" from Novalya-Labs/plane-mcp-server, covering clean code guidelines, constants over magic numbers, meaningful names, smart comments and single responsibility.
The Model Context Protocol allows applications to provide context for LLMs in a standardized way, separating the concerns of providing context from the actual LLM interaction. This TypeScript SDK implements the full MCP specification, making it easy to.
Cursor rule "typescript" from Novalya-Labs/plane-mcp-server, covering typescript best practices, type system, naming conventions, code organization and functions.