bump v0.90.0

This commit is contained in:
Repinoid
2026-06-10 15:46:20 +04:00
parent e763999e85
commit 237149e87a
5 changed files with 161 additions and 51 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"servers": {
"elmer-server": {
"type": "stdio",
"command": "python3",
"args": [
"/home/naeel/elmer/.vscode/mcp_server.py"
]
}
}
}