I think the language need to have dependencies.
it could be in the file itself like:
requirements:
mcp:
- jira mcp # we hope that agent will figure that out
- some kind of mcp that will make it possible to run automation in the browser # we are asking agent to search by itself
- claude mcp add --transport sse jira https://mcp.atlassian.com/v1/sse # just a strict commang
env:
- brew
- node
system:
- internet access
etc etc.
System should first "ensure" that requirements present and then it should ask user if they want to install all that (and show specific steps on how it will install it?)
I think the language need to have dependencies.
it could be in the file itself like:
etc etc.
System should first "ensure" that requirements present and then it should ask user if they want to install all that (and show specific steps on how it will install it?)