Skip to content
Dirk Van Echelpoel edited this page Sep 21, 2025 · 1 revision

Welcome to the MCP4H-protocol wiki!

Getting Started with MCP4H

Welcome! This guide helps you try MCP4H in minutes and contribute confidently.

1) Validate the Protocol

git clone https://github.com/YOUR_USER/MCP4H-protocol.git
cd MCP4H-protocol
pip install -r requirements.txt
python tests/validate_messages.py

Clone this wiki locally