Commit ca89b1e6 authored by Jan Reimes's avatar Jan Reimes
Browse files

🔧 chore(mcp): update mcp configuration and commands

parent 6734752e
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -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}}',
]


@@ -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",
]