local_mcp_client_server_example
by q-maze
This repository provides a simple example of a client-server interaction using MCP (Minecraft Protocol). It demonstrates a basic setup for local communication between a client and a server.
View on GitHub
Last updated: N/A
Run uv run client.py ./mcp_server.py
to start server and client.