Skip to content

Tooling

Liu.Yandong.Hanks edited this page Aug 21, 2026 · 3 revisions

Tooling

Choose the AuroraScript MCP server, language server, or Visual Studio extension for your workflow.

Applies to 4.0.0.

Home

On this page

Tool Directory

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.

Security note

Warning

Tools can process scripts and potentially local files. Enable configurations capable of execution or file access only for trusted workspaces.

Next steps

Clone this wiki locally