algocline 0.30.0

LLM amplification engine — MCP server with Lua scripting
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
  "workspace": {
    "library": ["types"],
    "ignoreDir": ["/crates"]
  },
  "diagnostics": {
    "globals": ["alc"]
  },
  "runtime": {
    "version": "Lua 5.4"
  }
}