Loading .config/mise/conf.d/mcp.toml +4 −6 Original line number Diff line number Diff line Loading @@ -11,11 +11,11 @@ depends = ["dev"] usage = ''' arg "<ai_agent>" help="AI assistant: claude, gemini, copilot, opencode, ... (see https://github.com/neondatabase/add-mcp)" ''' shell = "bash" #shell = "bash" run = [ "clear", "bun x add-mcp -y -a {{usage.ai_agent}} \"grepai mcp-serve\"", "bun x add-mcp -y -a {{usage.ai_agent}} -n cytoscnpy-mcp \"cytoscnpy mcp-server\"", "cls", 'bun x add-mcp -n grepai "grepai mcp-server" -y -a {{usage.ai_agent}}', 'bun x add-mcp -n cytoscnpy-mcp "cytoscnpy mcp-server" -y -a {{usage.ai_agent}}', ] Loading @@ -27,5 +27,3 @@ run = [ "bun x skills add AlmogBaku/debug-skill -a universal -y", "bun x skills add https://github.com/FlorianBruniaux/claude-code-ultimate-guide/tree/main/examples -s rtk-optimizer -a universal -y", ] Loading
.config/mise/conf.d/mcp.toml +4 −6 Original line number Diff line number Diff line Loading @@ -11,11 +11,11 @@ depends = ["dev"] usage = ''' arg "<ai_agent>" help="AI assistant: claude, gemini, copilot, opencode, ... (see https://github.com/neondatabase/add-mcp)" ''' shell = "bash" #shell = "bash" run = [ "clear", "bun x add-mcp -y -a {{usage.ai_agent}} \"grepai mcp-serve\"", "bun x add-mcp -y -a {{usage.ai_agent}} -n cytoscnpy-mcp \"cytoscnpy mcp-server\"", "cls", 'bun x add-mcp -n grepai "grepai mcp-server" -y -a {{usage.ai_agent}}', 'bun x add-mcp -n cytoscnpy-mcp "cytoscnpy mcp-server" -y -a {{usage.ai_agent}}', ] Loading @@ -27,5 +27,3 @@ run = [ "bun x skills add AlmogBaku/debug-skill -a universal -y", "bun x skills add https://github.com/FlorianBruniaux/claude-code-ultimate-guide/tree/main/examples -s rtk-optimizer -a universal -y", ]