Configure scripts and proxies to auto-start when opening this project
Detects your project type and configures auto-starting dev servers with proxies for browser debugging. Use this once when setting up a new project to enable automatic server management.
/plugin marketplace add standardbeagle/standardbeagle-tools/plugin install tools@standardbeagle-toolsConfigure your project for optimal development with agnt and lci.
mcp__agnt__detect to identify the projectmcp__lci__code_insight mode="overview" to understand structure.agnt.kdl with appropriate settings// .agnt.kdl
scripts {
dev auto-start=true
}
proxy "dev" {
script "dev"
port-detect "auto"
fallback-port 3000
}
.agnt.kdl