-
Notifications
You must be signed in to change notification settings - Fork 0
Tooling
Liu.Yandong.Hanks edited this page Aug 21, 2026
·
3 revisions
Choose the AuroraScript MCP server, language server, or Visual Studio extension for your workflow.
Applies to 4.0.0.
On this page
AuroraScript language tooling lives in language-tools/ in the repository. The tools share parsing, semantic indexing, diagnostics, and definition support; their language materials come from the packaged documents/ directory.
- MCP Server: provides documentation, API lookup, validation, and execution capabilities to AI clients.
- Language Server: provides diagnostics, completion, hover, and navigation to LSP clients.
- Visual Studio Extension: provides script editing, navigation, and debugging integration.
Warning
Tools can process scripts and potentially local files. Enable configurations capable of execution or file access only for trusted workspaces.
- MCP Server for AI-assisted documentation, checks, and execution.
- Language Server for LSP integration.
- AuroraScript for Visual Studio for the VSIX workflow.
AuroraScript.JIT 4.0.0 · Documentation Home · Repository · MIT License