arxiv-mcp-server: 0.3.2 -> 0.3.1
All checks were successful
Flake check / flake-check (pull_request) Successful in 34s
Build tests / build-hosts (pull_request) Successful in 2m32s

This commit is contained in:
sid 2026-02-26 23:13:02 +01:00
parent 6703cb5184
commit 9bcfbb6ca4
2 changed files with 4 additions and 4 deletions

View file

@ -4,6 +4,7 @@
}:
{
arxiv-mcp-server = pkgs.callPackage ./arxiv-mcp-server { };
baibot = pkgs.callPackage ./baibot { };
blender-mcp = pkgs.callPackage ./blender-mcp { };
bulk-rename = pkgs.callPackage ./bulk-rename { };
@ -19,6 +20,5 @@
synix-docs = pkgs.callPackage ./synix-docs { };
trelis-gitingest-mcp = pkgs.callPackage ./trelis-gitingest-mcp { };
# arxiv-mcp-server = pkgs.callPackage ./arxiv-mcp-server { }; # FIXME
# marker-pdf = pkgs.callPackage ./marker-pdf { }; # FIXME
}