cursorrules
01Cursor rule Cursor
// Tool tanımı { name: "getuserbyid", description: "ID'ye göre kullanıcı getir", inputSchema: { type: "object", properties: { id: { type: "number", description: "Kullanıcı ID'si" } }, required: ["id"] } }.
2 11mo ago A 573 tokens