article
README
🚀 mcp-datalust-seq-mcp-dotnet
本项目将 Datalust Seq 服务器 API 封装为 MCP 实现,方便在相关场景中使用。
🚀 快速开始
在 dotnet 中使用封装 Datalust Seq API 的 MCP
- 克隆仓库:
git clone https://github.com/cege7480/mcp-datalust-seq-mcp-dotnet.git cd mcp-datalust-seq-mcp-dotnet - 构建项目:
dotnet build - 运行 MCP 服务器:
dotnet run --project src/McpDatalustSeq.csproj
运行单元测试
- 构建测试项目:
dotnet build tests/McpDatalustSeq.Tests.csproj - 运行测试:
dotnet test tests/McpDatalustSeq.Tests.csproj
构建并发布 Docker 容器到 ghcr.io
- 构建 Docker 镜像:
docker build -t ghcr.io/<your-username>/mcp-datalust-seq-mcp-dotnet:latest . - 推送 Docker 镜像到
ghcr.io:docker push ghcr.io/<your-username>/mcp-datalust-seq-mcp-dotnet:latest
微信扫一扫