Initial commit

This commit is contained in:
cpu
2025-09-27 12:44:25 +02:00
commit 323fc68ac8
3665 changed files with 601898 additions and 0 deletions

20
.cursor/mcp.json Normal file
View File

@@ -0,0 +1,20 @@
{
"mcpServers": {
"atopile": {
"command": "/home/martin/.config/Code/User/globalStorage/atopile.atopile/uv-bin/uv",
"args": [
"tool",
"run",
"-p",
"3.13",
"--from",
"atopile",
"ato",
"mcp",
"start",
"--no-http"
],
"env": {}
}
}
}