Try refactor with cursor

This commit is contained in:
Florian RICHER 2025-04-01 22:00:04 +02:00
parent 62275f20d9
commit 42db1a33a0
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
18 changed files with 855 additions and 594 deletions

10
.cursor/mcp.json Normal file
View file

@ -0,0 +1,10 @@
{
"mcpServers": {
"run-program": {
"command": "cargo",
"args": [
"run"
]
}
}
}