Skip to content

[lang extension] Dependency management #3

@konovenski

Description

@konovenski

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?)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions