mcp
01Cursor rule
Configuration guidance for MCP, a protocol that lets coding agents connect to external tools and services. It covers server settings, filesystem access, and a memory bank.
Cursor rule
Configuration guidance for MCP, a protocol that lets coding agents connect to external tools and services. It covers server settings, filesystem access, and a memory bank.
Cursor rule
A set of rules for reviewing important code with several AI models and a security scanner. It covers code quality, correctness, performance, security, maintainability, tests, and documentation.
Cursor rule
// ✅ 正确:使用 Zod 验证 import { z } from "zod".
Cursor rule
// ✅ 正确:AAA 模式 describe("UserService", () => { describe("createUser", () => { it("should throw ValidationError when email is invalid", async () => { // Arrange const invalidInput = { email: "not-an-email", password: "validPassword123!" }.