Update README.md

This commit is contained in:
Timothy Jaeryang Baek 2025-04-01 02:18:20 -07:00
parent d38edbe345
commit 6915d865db

View File

@ -67,6 +67,25 @@ Each with a dedicated OpenAPI schema and proxy handler. Access full schema UI at
- Python 3.8+
- uv (optional, but highly recommended for performance + packaging)
## 🤔 Why Use mcpo Instead of Native MCP?
MCP servers usually speak over raw stdio, which is:
- 🔓 Inherently insecure
- ❌ Incompatible with most tools
- 🧩 Missing standard features like docs, auth, error handling, etc.
mcpo solves all of that—without extra effort:
- ✅ Works instantly with OpenAPI tools, SDKs, and UIs
- 🛡 Adds security, stability, and scalability using trusted web standards
- 🧠 Auto-generates interactive docs for every tool, no config needed
- 🔌 Uses pure HTTP—no sockets, no glue code, no surprises
What feels like "one more step" is really fewer steps with better outcomes.
mcpo makes your AI tools usable, secure, and interoperable—right now, with zero hassle.
## 🪪 License
MIT