• Joined on 2024-06-18
michal pushed to main at michal/mcpctl 2026-03-13 23:32:04 +00:00
de04055120 fix: require smoke tests before publishing, reduce CI instance wait
michal pushed to main at michal/mcpctl 2026-03-13 23:16:53 +00:00
e4bff0ef89 fix: correct arch naming and build order for ARM64 packages
michal pushed to main at michal/mcpctl 2026-03-13 23:11:41 +00:00
c7c9f0923f feat: auto-install missing build dependencies (pnpm, bun, nfpm)
michal pushed to main at michal/mcpctl 2026-03-13 23:08:47 +00:00
8ad7fe2748 feat: add ARM64 (aarch64) architecture support for builds and packages
michal pushed to main at michal/mcpctl 2026-03-10 15:21:11 +00:00
588b2a9e65 fix: correlate upstream discovery events to client requests in console
michal pushed to main at michal/mcpctl 2026-03-10 09:47:43 +00:00
6e84631d59 fix: use public URL (mysources.co.uk) for package install instructions
michal pushed to main at michal/mcpctl 2026-03-09 22:43:46 +00:00
9c479e5615 feat: add Debian package building to CI pipeline and local build
michal pushed to main at michal/mcpctl 2026-03-09 18:29:55 +00:00
3088a17ac0 ci: add Anthropic API key for mcplocal LLM provider
michal pushed to main at michal/mcpctl 2026-03-09 18:25:57 +00:00
1ac08ee56d ci: run smoke tests sequentially, capture mcplocal log
michal pushed to main at michal/mcpctl 2026-03-09 18:09:28 +00:00
26bf38a750 ci: also exclude audit and proxy-pipeline smoke tests
michal pushed to main at michal/mcpctl 2026-03-09 17:52:28 +00:00
1bc7ac7ba7 ci: exclude security smoke tests from CI
michal pushed to main at michal/mcpctl 2026-03-09 17:31:28 +00:00
036f995fe7 ci: fix prisma client resolution in smoke job
michal pushed to main at michal/mcpctl 2026-03-09 17:24:27 +00:00
c06ec476b2 ci: create CI user directly in DB (bypasses bootstrap 409)
michal pushed to main at michal/mcpctl 2026-03-09 17:20:37 +00:00
3cd6a6a17d ci: show bootstrap auth error response for debugging
michal pushed to main at michal/mcpctl 2026-03-09 17:15:30 +00:00
a5ac0859fb ci: disable pnpm cache to fix runner hangs
michal pushed to main at michal/mcpctl 2026-03-09 17:14:21 +00:00
c74e693f89 ci: retrigger (run 172 typecheck hung on pnpm cache)
michal pushed to main at michal/mcpctl 2026-03-09 17:12:24 +00:00
2be0c49a8c ci: retrigger (run 171 lint job hung on runner)
michal pushed to main at michal/mcpctl 2026-03-09 17:08:34 +00:00
154a44f7a4 ci: add smoke test job with full stack (postgres + mcpd + mcplocal)
michal pushed to main at michal/mcpctl 2026-03-09 11:13:19 +00:00
ae1e90207e ci: remove docker + deploy jobs (use fulldeploy.sh instead)
michal pushed to main at michal/mcpctl 2026-03-09 10:51:44 +00:00
0dac2c2f1d ci: use kaniko executor for docker builds