Loading .config/mise/conf.d/mcp.toml 0 → 100644 +31 −0 Original line number Diff line number Diff line [tools] "github:yoanbernabeu/grepai" = "latest" "github:AlmogBaku/debug-skill" = "latest" "github:rtk-ai/rtk" = "latest" [tasks.add-mcp-servers] description = "Register MCP servers with AI assistants" depends = ["dev"] usage = ''' arg "<ai_agent>" help="AI assistant: claude, gemini, copilot, opencode, ... (see https://github.com/neondatabase/add-mcp)" ''' 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\"", ] [tasks.add-skills] description = "Install agent skills for AI assistants" depends = ["dev"] run = [ "bun x skills add yoanbernabeu/grepai-skills --all -a universal -y", "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 0 → 100644 +31 −0 Original line number Diff line number Diff line [tools] "github:yoanbernabeu/grepai" = "latest" "github:AlmogBaku/debug-skill" = "latest" "github:rtk-ai/rtk" = "latest" [tasks.add-mcp-servers] description = "Register MCP servers with AI assistants" depends = ["dev"] usage = ''' arg "<ai_agent>" help="AI assistant: claude, gemini, copilot, opencode, ... (see https://github.com/neondatabase/add-mcp)" ''' 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\"", ] [tasks.add-skills] description = "Install agent skills for AI assistants" depends = ["dev"] run = [ "bun x skills add yoanbernabeu/grepai-skills --all -a universal -y", "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", ]