Unverified Commit e2cbf735 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

markitdown-mcp: improve meta.description

parent eb5d1d9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;