unrealhub-developer

Document UnrealMCPHub codebase maintenance and testing workflows.

26|5|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/blackplume233/UnrealMCPHub --skill unrealhub-developer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unrealhub-developer
Source: https://github.com/blackplume233/UnrealMCPHub/tree/main/skills/unrealhub-developer
Command: npx skills add https://github.com/blackplume233/UnrealMCPHub --skill unrealhub-developer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

UnrealMCPHub's developer guide provides clear maintenance and contribution instructions for modifying the Hub's Python/MCP server, ensuring consistent practices across the team.

Core Features & Use Cases

  • Overview of repository structure, key modules under src/unrealhub, and conventions for adding or updating tools.
  • Guidance on testing, release checks, and ensuring compatibility with RemoteMCP integration and the MCP protocol.
  • Workflow for implementing fixes or enhancements, including documentation updates and code reviews.

Quick Start

Clone the repository, install dependencies, and run the local development server to begin modifying the UnrealMCPHub source.

Frequently Asked Questions about unrealhub-developer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain and modify a Python MCP server codebase?

To maintain a Python MCP server codebase, you need clear guidelines for modifying repository structures and testing workflows. This involves enforcing documentation updates, performing change checks, and aligning modifications with established release practices for consistent team contributions.

What is the recommended repository structure for UnrealMCPHub development?

The recommended repository structure for UnrealMCPHub development organizes key modules under the src/unrealhub directory. This structure defines specific conventions for adding or updating tools, ensuring developers maintain consistency when implementing fixes or enhancements.

How do I test MCP server tools before a hub release?

To test MCP server tools before a hub release, follow the defined testing workflows and release checks. This ensures your modifications maintain compatibility with RemoteMCP integration and the MCP protocol before merging changes.

Can I add new tools to an MCP server without breaking RemoteMCP integration?

Yes, you can add new tools to an MCP server without breaking RemoteMCP integration by following established conventions. The development guide enforces specific change checks and release practices to ensure new tool implementations remain compatible.

What is the workflow for implementing fixes in an MCP server codebase?

The workflow for implementing fixes in an MCP server codebase includes cloning the repository, installing dependencies, and running a local development server. It requires completing documentation updates and passing code reviews to align with hub release practices.