Skip to content

Commit 0df8b0e

Browse files
committed
fix(marketplace): add ${} for codecompanion marketplace AI installs
1 parent 4698656 commit 0df8b0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lua/mcphub/utils/installers.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ local Installers = {
9292
})
9393
cc_chat:add_buf_message({
9494
role = "user",
95-
content = "@files @cmd_runner Please follow the provided instructions carefully to install this MCP server",
95+
content = "@{files} @{cmd_runner} Please follow the provided instructions carefully to install this MCP server",
9696
})
9797
end,
9898
create_native_server = function(self)
@@ -110,7 +110,7 @@ local Installers = {
110110
})
111111
cc_chat:add_buf_message({
112112
role = "user",
113-
content = "@mcp I have provided you a guide to create Lua native MCP servers for mcphub.nvim plugin. My Neovim config directory is '"
113+
content = "@{mcp} I have provided you a guide to create Lua native MCP servers for mcphub.nvim plugin. My Neovim config directory is '"
114114
.. vim.fn.stdpath("config")
115115
.. "'. Once you understood the guide thoroughly, please ask me what kind of server, tools, or resources I want to create.",
116116
})

0 commit comments

Comments
 (0)