Skip to content

Replace Hex1b MCP server with Hex1b.Tool CLI#387

Merged
mitchdenny merged 2 commits intomainfrom
hex1b-tool-migration
Feb 10, 2026
Merged

Replace Hex1b MCP server with Hex1b.Tool CLI#387
mitchdenny merged 2 commits intomainfrom
hex1b-tool-migration

Conversation

@mitchdenny
Copy link
Member

Summary

  • Remove hex1b MCP server configs from .mcp.json, .vscode/mcp.json, and opencode.jsonc
  • Add hex1b CLI skill file generated by hex1b agent init
  • Update doc-writer skill to reference dotnet hex1b CLI commands instead of MCP tools
  • Update doc-tester skill to reference dotnet hex1b CLI commands instead of MCP tools

This switches from using Hex1b as an MCP server to using the Hex1b.Tool CLI package (dotnet tool install -g Hex1b.Tool), which provides terminal automation via standard CLI commands.

- Remove hex1b MCP server configs from .mcp.json, .vscode/mcp.json, opencode.jsonc
- Add hex1b skill file generated by 'hex1b agent init'
- Update doc-writer skill to reference hex1b CLI commands
- Update doc-tester skill to reference hex1b CLI commands
Copilot AI review requested due to automatic review settings February 9, 2026 23:22
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR migrates Hex1b usage in the repo from an MCP server configuration to the Hex1b.Tool CLI (dotnet hex1b), updating agent skill documentation accordingly.

Changes:

  • Removed Hex1b MCP server entries from repo/editor MCP configuration files.
  • Added a new .github/skills/hex1b/SKILL.md describing how to use the Hex1b CLI.
  • Updated doc-writer and doc-tester skills to reference dotnet hex1b CLI commands instead of MCP tools.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
opencode.jsonc Removes Hex1b MCP server config from OpenCode config.
.vscode/mcp.json Removes Hex1b MCP server config from VS Code MCP config.
.mcp.json Removes Hex1b MCP server config from repo MCP config.
.github/skills/hex1b/SKILL.md Adds a Hex1b CLI skill reference (installation + common workflows).
.github/skills/doc-writer/SKILL.md Updates recording/screenshot workflow to use dotnet hex1b CLI.
.github/skills/doc-tester/SKILL.md Replaces Hex1b MCP tooling guidance with dotnet hex1b CLI commands.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

…names

- Fix install command to specify --global or --local scope
- Add --output to recording start example in doc-tester
- Fix ArrowUp → UpArrow to match Hex1bKey enum
- Expand key name list to include all Hex1bKey enum values
@mitchdenny mitchdenny enabled auto-merge (squash) February 10, 2026 23:55
@mitchdenny mitchdenny merged commit 5988ce9 into main Feb 10, 2026
6 checks passed
@mitchdenny mitchdenny deleted the hex1b-tool-migration branch February 10, 2026 23:59
maddymontaquila pushed a commit that referenced this pull request Feb 12, 2026
* Replace Hex1b MCP server with Hex1b.Tool CLI

- Remove hex1b MCP server configs from .mcp.json, .vscode/mcp.json, opencode.jsonc
- Add hex1b skill file generated by 'hex1b agent init'
- Update doc-writer skill to reference hex1b CLI commands
- Update doc-tester skill to reference hex1b CLI commands

* Address PR feedback: fix install command, recording example, and key names

- Fix install command to specify --global or --local scope
- Add --output to recording start example in doc-tester
- Fix ArrowUp → UpArrow to match Hex1bKey enum
- Expand key name list to include all Hex1bKey enum values

---------

Co-authored-by: Mitch Denny <mitch@mitchdeny.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants