chore: release 2.0.0-alpha.16 (Little Blue + action framework)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
root
2026-06-04 21:48:15 +10:00
parent 8dfb56d2ac
commit 80ad482d82
3 changed files with 6 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ import { seedFromConfig } from './lib/health/registry.js';
import { mcpAuth } from './lib/api/middleware/mcp_auth.js';
import { handleMcp } from './lib/mcp/http.js';
const VERSION = '2.0.0-alpha.15';
const VERSION = '2.0.0-alpha.16';
export function createApp() {
const app = express();