feat: MCP upgades (#904)

* wip: connect to api from mcp

* fix routes

* add start task mcp tool

* review comments
This commit is contained in:
Gabriel Gordon-Hall
2025-10-03 16:00:15 +01:00
committed by GitHub
parent 0f21d9e818
commit d6da689594
8 changed files with 412 additions and 580 deletions

View File

@@ -22,3 +22,6 @@ async-trait = "0.1"
regex = "1.11.1"
sentry-tracing = { version = "0.41.0", features = ["backtrace"] }
futures-util = "0.3"
strum = "0.27.2"
strum_macros = "0.27.2"