Commit Graph

12 Commits

Author SHA1 Message Date
Gabriel Gordon-Hall
0514d437a2 feat: ticket ingestion MCP server (#1)
* basic ticket uploading

* take project_id in request params instead of env

* add an endpoint to list all available projects

* add mcp server bin to npx

* add missing scripts to package and publish to npm

* fix rmcp version

* Use utils::asset_dir

* Don't run migrations or create DB from MCP

* a fix for the first dev run when no frontend/dist/index.html exists

* Add more MCP endpoints (#8)

* add new endpoints for project and task management

* add simpler more focused endpoints to improve agent understanding on this MCP

* improve test script

* combine npm binaries and allow passing --mcp as an arg

* cargo fmt

* fixes after rebase

* clippy fixes

* Script tweaks

---------

Co-authored-by: couscous <couscous@runner.com>
Co-authored-by: anastasiya1155 <anastasiya1155@gmail.com>
Co-authored-by: Louis Knight-Webb <louis@bloop.ai>
Co-authored-by: Anastasiia Solop <35258279+anastasiya1155@users.noreply.github.com>
2025-06-27 18:14:25 +01:00
Gabriel Gordon-Hall
340b094c75 chore: setup CI scripts (#6)
* wip: workflows

* wip: fix up issues in ci scripts and fix frontend lint errors

* wip: fix backend lints

* remove unused deps

* wip: build frontend in test.yml

* wip: attempt to improve Rust caching

* wip: testing release

* wip: linear release flow

* wip: check against both package.json versions

* wip: spurious attempt to get Rust caching

* wip: more cache

* merge release and publish jobs; add more caching to release flow

* decouple github releases and npm publishing

* update pack flow

---------

Co-authored-by: couscous <couscous@runner.com>
2025-06-27 13:32:32 +01:00
Louis Knight-Webb
b25f81504a Bump version 2025-06-27 09:08:14 +01:00
Louis Knight-Webb
ba19721176 Bump version 2025-06-24 18:31:07 +01:00
Louis Knight-Webb
11aecaedc6 Version bump 2025-06-24 11:12:06 +01:00
Louis Knight-Webb
d028e237eb Bump version 2025-06-24 10:22:35 +01:00
Louis Knight-Webb
9149db36a4 Bump version 2025-06-23 00:05:44 +01:00
Louis Knight-Webb
7f27b14810 Version bump 2025-06-22 21:00:01 +01:00
Louis Knight-Webb
3e279cdef9 Bump ver 2025-06-20 21:08:58 +01:00
Louis Knight-Webb
11327ab346 Imporve CLI 2025-06-20 21:05:30 +01:00
Louis Knight-Webb
0e6d2e5352 Bump CLI 2025-06-20 17:35:47 +01:00
Louis Knight-Webb
2c4a7f7f4b Squashed commit of the following:
commit 67a4068a7fe7834e7335a9f4c22ab7f91588b1bc
Author: Louis Knight-Webb <louis@bloop.ai>
Date:   Fri Jun 20 16:09:04 2025 +0100

    Update CLI

commit 0c3f38c90133970d5016712056dbcc6daffb138b
Author: Louis Knight-Webb <louis@bloop.ai>
Date:   Fri Jun 20 15:54:58 2025 +0100

    Boilerplate
2025-06-20 16:10:07 +01:00