Add skillsmcp MCP server package

Update documentation in README.md and AGENTS.md
Refresh flake.lock for nixpkgs and flake-parts
Disable fastmcp checks to avoid version conflicts
This commit is contained in:
2026-05-06 10:15:17 +03:00
parent fb5db6e302
commit 69a34cb819
7 changed files with 72 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
{ python3Packages }:
# Use fastmcp from nixpkgs but disable tests
python3Packages.fastmcp.overrideAttrs (old: {
doCheck = false;
doInstallCheck = false;
})