mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-21 05:14:45 +08:00
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:
@@ -1,3 +1,3 @@
|
||||
from . import artifacts, models
|
||||
from . import artifacts, mcp, models
|
||||
|
||||
__all__ = ["artifacts", "models"]
|
||||
__all__ = ["artifacts", "mcp", "models"]
|
||||
|
||||
Reference in New Issue
Block a user