feat: add mcp server
This commit is contained in:
@@ -18,6 +18,7 @@ pub async fn run(cmd: Command, ctx: &Ctx<'_>) -> Result<()> {
|
||||
Command::Remove(args) => remove(ctx, args).await,
|
||||
Command::Tags => tags(ctx).await,
|
||||
Command::Purge => purge(ctx).await,
|
||||
Command::McpServe => crate::mcp::serve(ctx.pool).await,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user