add mcphub

This commit is contained in:
2025-04-13 20:27:07 -07:00
parent 78b8e47080
commit 9a7981eaba
4 changed files with 70 additions and 8 deletions

View File

@@ -132,6 +132,15 @@ return {
},
},
},
tools = {
["mcp"] = {
-- Prevent mcphub from loading before needed
callback = function()
return require("mcphub.extensions.codecompanion")
end,
description = "Call tools and resources from the MCP Servers",
},
},
},
inline = {
-- adapter = "copilot",