markitdown-mcp: improve meta.description

This commit is contained in:
Sandro
2026-02-17 00:41:02 +01:00
committed by GitHub
parent eb5d1d9cc0
commit e2cbf7353b
+1 -1
View File
@@ -39,7 +39,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
passthru.updateScripts = gitUpdater { };
meta = {
description = "An MCP server for the \"markitdown\" library";
description = "MCP server for the markitdown library";
homepage = "https://github.com/microsoft/markitdown/tree/main/packages/markitdown-mcp";
changelog = "https://github.com/microsoft/markitdown/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.mit;