Skip to content

Add Emad Mac Mini bot setup MCP server - #157

Closed
eibrahim wants to merge 1 commit into
mcpmux:mainfrom
eibrahim:add-emad-mac-mini-bot-setup
Closed

Add Emad Mac Mini bot setup MCP server#157
eibrahim wants to merge 1 commit into
mcpmux:mainfrom
eibrahim:add-emad-mac-mini-bot-setup

Conversation

@eibrahim

@eibrahim eibrahim commented Jun 7, 2026

Copy link
Copy Markdown

Summary

  • add Emad Ibrahim's read-only Dedicated Mac Mini AI Bot Setup MCP endpoint to the bundled registry
  • include source-tagged homepage, repository, support, and HTTP transport metadata
  • add a registry unit test covering the new entry and live endpoint URL

Verification

  • cargo test -p mcpmux-core test_default_registry_includes_emad_mac_mini_bot_setup -- --nocapture
  • cargo fmt --all --check
  • cargo test -p mcpmux-core --lib
  • cargo check -p mcpmux-core
  • cargo clippy -p mcpmux-core -- -D warnings
  • curl https://www.emadibrahim.com/mcp metadata and JSON-RPC initialize checks

Signed-off-by: Emad Ibrahim <eibrahim@gmail.com>
Copilot AI review requested due to automatic review settings June 7, 2026 16:15
@eibrahim
eibrahim requested a review from its-mash as a code owner June 7, 2026 16:15

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Adds a new default registry entry for Emad Ibrahim’s dedicated Mac mini AI bot setup MCP server and verifies its presence via a unit test.

Changes:

  • Added a new server definition to default-registry.json under com.emadibrahim/dedicated-mac-mini-ai-bot-setup.
  • Added a test asserting the new server is present and uses HTTP transport with the expected URL/repository.

Reviewed changes

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

File Description
crates/mcpmux-core/src/registry/schema.rs Adds a unit test to validate the new default-registry entry is present and correctly shaped
crates/mcpmux-core/src/registry/default-registry.json Adds a new default MCP server entry including metadata, links, and HTTP transport

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

Comment on lines +187 to +188
"official": true,
"verified": false
Comment on lines +385 to +390
match &server.transport {
TransportConfig::Http { url, .. } => {
assert_eq!(url, "https://www.emadibrahim.com/mcp");
}
TransportConfig::Stdio { .. } => panic!("expected HTTP transport"),
}
@its-mash

its-mash commented Jun 9, 2026

Copy link
Copy Markdown
Member

@eibrahim please contribute to https://github.com/mcpmux/mcp-servers

@its-mash its-mash closed this Jun 18, 2026
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.

3 participants