feat: add MCP API endpoint and enhance API documentation

Add new MCP configuration management endpoint and enhance API documentation
with detailed descriptions, examples, and OpenAPI support for better
developer experience.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
hetaoBackend
2026-01-20 13:20:50 +08:00
parent 5c1bb675ba
commit 411d9d57c3
6 changed files with 307 additions and 11 deletions

View File

@@ -1,3 +1,3 @@
from . import artifacts, models
from . import artifacts, mcp, models
__all__ = ["artifacts", "models"]
__all__ = ["artifacts", "mcp", "models"]