clean-code
01Cursor rule Cursor
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.
Cursor rule Cursor
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.
Cursor rule Cursor
Always verify information before presenting it. Do not make assumptions or speculate without clear evidence.
Cursor rule Cursor
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 Cursor
Cursor rule "typescript" from Novalya-Labs/plane-mcp-server, covering typescript best practices, type system, naming conventions, code organization and functions.