Mcp Datalust Seq Mcp Dotnet

Mcp Datalust Seq Mcp Dotnet

🚀 mcp-datalust-seq-mcp-dotnet

本项目将 Datalust Seq 服务器 API 封装为 MCP 实现,方便在相关场景中使用。

🚀 快速开始

在 dotnet 中使用封装 Datalust Seq API 的 MCP

  1. 克隆仓库
    git clone https://github.com/cege7480/mcp-datalust-seq-mcp-dotnet.git
    cd mcp-datalust-seq-mcp-dotnet
    
  2. 构建项目
    dotnet build
    
  3. 运行 MCP 服务器
    dotnet run --project src/McpDatalustSeq.csproj
    

运行单元测试

  1. 构建测试项目
    dotnet build tests/McpDatalustSeq.Tests.csproj
    
  2. 运行测试
    dotnet test tests/McpDatalustSeq.Tests.csproj
    

构建并发布 Docker 容器到 ghcr.io

  1. 构建 Docker 镜像
    docker build -t ghcr.io//mcp-datalust-seq-mcp-dotnet:latest .
    
  2. 推送 Docker 镜像到 ghcr.io
    docker push ghcr.io//mcp-datalust-seq-mcp-dotnet:latest
    

📚 详细文档

参考资料

  • 0 关注
  • 0 收藏,22 浏览
  • system 提出于 2025-10-06 06:33

相似服务问题

相关AI产品