Add workiq mcp server install and instructions#65
Merged
simongdavies merged 2 commits intohyperlight-dev:mainfrom Apr 23, 2026
Merged
Add workiq mcp server install and instructions#65simongdavies merged 2 commits intohyperlight-dev:mainfrom
simongdavies merged 2 commits intohyperlight-dev:mainfrom
Conversation
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds first-class documentation and a just helper recipe for configuring the Microsoft Work IQ (Microsoft 365) MCP server as a stdio MCP server in HyperAgent.
Changes:
- Document Work IQ MCP setup, prerequisites, available tools, and troubleshooting in
docs/MCP.md. - Add a
just mcp-setup-workiqrecipe to prefetch binaries, accept the EULA, and write the Work IQmcpServersentry into~/.hyperagent/config.json. - Make
mcp-show-configmore defensive when printing server command/args.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docs/MCP.md | Adds a new “Work IQ (Microsoft 365)” integration section with setup and usage instructions. |
| Justfile | Adds mcp-setup-workiq recipe and minor mcp-show-config output robustness. |
- Bump Node.js prereq from 18+ to 22+ (HyperAgent requirement) in both docs/MCP.md and Justfile. - Drop 'Legacy HTTP + OAuth path' subsection referencing scripts/.attic/setup-workiq-app.sh (file not in this PR). - Drop 'HTTP Transport & OAuth (generic remote MCP servers)' section; the backing transport code is not in this PR either.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds first-class support and documentation for integrating the Microsoft Work IQ (Microsoft 365) MCP server with HyperAgent. It introduces a new setup script for Work IQ, detailed documentation for prerequisites and usage, and minor improvements to configuration handling.