feat: add MCP tool integration
This commit is contained in:
@@ -27,6 +27,7 @@ from routes import (
|
||||
conversations,
|
||||
health,
|
||||
knowledge_bases,
|
||||
mcp_servers,
|
||||
model_registry,
|
||||
node_types,
|
||||
tools,
|
||||
@@ -58,6 +59,7 @@ app.include_router(auth.router)
|
||||
app.include_router(conversations.router)
|
||||
app.include_router(assistants.router)
|
||||
app.include_router(knowledge_bases.router)
|
||||
app.include_router(mcp_servers.router)
|
||||
app.include_router(model_registry.router)
|
||||
app.include_router(node_types.router)
|
||||
app.include_router(tools.router)
|
||||
|
||||
Reference in New Issue
Block a user