本项目将 Datalust Seq 服务器 API 封装为 MCP 实现,方便在相关场景中使用。
git clone https://github.com/cege7480/mcp-datalust-seq-mcp-dotnet.git
cd mcp-datalust-seq-mcp-dotnet
dotnet build
dotnet run --project src/McpDatalustSeq.csproj
dotnet build tests/McpDatalustSeq.Tests.csproj
dotnet test tests/McpDatalustSeq.Tests.csproj
ghcr.iodocker build -t ghcr.io//mcp-datalust-seq-mcp-dotnet:latest .
ghcr.io:docker push ghcr.io//mcp-datalust-seq-mcp-dotnet:latest