Tags: hyperlight-dev/hyperagent
Tags
feat(mcp): MSAL bootstrap for M365 server discovery (#97) Add acquireDiscoveryToken() to setup-commands.ts — when no cached token exists for m365-refresh-servers, MSAL acquires one interactively (browser or device-code flow, matching the configured auth flow). Token chain: --token flag → cached MSAL token → interactive MSAL. Spawns a child process for MSAL to avoid importing the library at module level in the CLI entrypoint. Also updates MCP.md with minor corrections. Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
Fix/mcp tool discovery flow (#95) * fix(agent): detect bold suggested slash commands * Improve MCP tool discovery flow Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com> * Add standalone MCP setup CLI commands Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com> * Address MCP PR review comments Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com> --------- Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
PreviousNext