icarus 0.3.0

Build MCP (Model Context Protocol) servers that run as Internet Computer canisters
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Rust-analyzer configuration for Icarus SDK

# Enable procedural macros
procMacro.enable = true
procMacro.attributes.enable = true

# Build scripts configuration
cargo.buildScripts.enable = true
cargo.buildScripts.useRustcWrapper = true

# Diagnostics settings
diagnostics.experimental.enable = false

# Check on save
checkOnSave.enable = true
checkOnSave.command = "check"