-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Observed
- There are currently 2 ways to execute actions:
- from cli
- from webui
Expected
- It could be useful to add ability to execute actions from LLMs, by implementing a MCP server and dynamically expose available actions as invidual tools over STDIO and SSE protocols
- It would make launchrctl useful in LLM use cases (local IDEs or LLM desktop interfaces such as Claude)
- It may also be useful to simplify even more creation of actions when this issue lands
Details
- Would be great to have ability to turn on/off the MCP server as well as running it foreground/background (similarly as webui command)
- launchrctl mcp
- launchrctl mcp --foreground --port 1234 --transport sse
- launchrctl mcp stop
- This new command may live in dedicated plugin
Metadata
Metadata
Assignees
Labels
No labels