feat: 新增tools接口

This commit is contained in:
ccnetcore
2025-12-22 00:17:10 +08:00
parent fcb74eb28c
commit 8f515f76c0
5 changed files with 63 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
using System.ComponentModel;
using System.Text.Json;
using ModelContextProtocol;
using ModelContextProtocol.Server;
using Yi.Framework.AiHub.Application.Contracts;
using Yi.Framework.AiHub.Domain;
using Yi.Framework.Ddd.Application;