mcphost: 0.19.2 -> 0.31.1

This commit is contained in:
dmkhitaryan
2025-10-14 18:19:18 +04:00
parent 47dc8a5d41
commit 5191640484
+5 -3
View File
@@ -6,16 +6,18 @@
buildGoModule (finalAttrs: {
pname = "mcphost";
version = "0.19.2";
version = "0.31.1";
src = fetchFromGitHub {
owner = "mark3labs";
repo = "mcphost";
tag = "v${finalAttrs.version}";
hash = "sha256-BDG4df7YG5cKjL8zsbvK4xFJMwyjSPx4jnDKwPVm+zw=";
hash = "sha256-WvoBQLrs9lcbaTueyIPI89Y2t37mKxlE0tOczLhw8Bg=";
};
vendorHash = "sha256-U/XtO4OhcioaSU2iGTNmvEilp9+Yu3TVafzNEaFcWEg=";
vendorHash = "sha256-xZ7JbX1sAt2ZtgSMm86MQEJWwjL17O9LMsjOmkhzWt0=";
doCheck = false;
meta = {
description = "CLI host application that enables Large Language Models (LLMs) to interact with external tools through the Model Context Protocol (MCP)";