GroupDocs.Markdown.Mcp.Tests

groupdocs-markdown/GroupDocs.Markdown.Mcp.Tests
★ 0 stars Unknown language 🧠 Memory/Knowledge Updated 2d ago
GroupDocs.Markdown for .NET MCP server integration tests — verify NuGet, Docker Hub, GHCR, and MCP Registry deployments end-to-end.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "groupdocs.markdown.m": {
      "command": "npx",
      "args": [
        "-y",
        "groupdocs-markdown/GroupDocs.Markdown.Mcp.Tests"
      ]
    }
  }
}