From 36269d635691a88d0e6299225cfc5be8817dbc5c Mon Sep 17 00:00:00 2001 From: Xavier Bouthillier Date: Fri, 11 Apr 2025 16:39:15 -0400 Subject: [PATCH] [doc] correct MCP nitpick :grimacing: --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb4064b..3922883 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ MC (Monadical Container) is a command-line tool for managing ephemeral containers that run AI tools and development environments. It works with both local Docker and a dedicated remote web service that manages containers in a -Docker-in-Docker (DinD) environment. MC also supports connecting to MCP (Model Control Protocol) servers to extend AI tools with additional capabilities. +Docker-in-Docker (DinD) environment. MC also supports connecting to MCP (Model Context Protocol) servers to extend AI tools with additional capabilities. ## Quick Reference @@ -265,7 +265,7 @@ Service credentials like API keys configured in `~/.config/mc/config.yaml` are a ## MCP Server Management -MCP (Model Control Protocol) servers provide tool-calling capabilities to AI models, enhancing their ability to interact with external services, databases, and systems. MC supports multiple types of MCP servers: +MCP (Model Context Protocol) servers provide tool-calling capabilities to AI models, enhancing their ability to interact with external services, databases, and systems. MC supports multiple types of MCP servers: 1. **Remote HTTP SSE servers** - External MCP servers accessed over HTTP 2. **Docker-based MCP servers** - Local MCP servers running in Docker containers