mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-24 00:45:57 +00: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