pass roles to mcp
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
"dev": "concurrently \"npm run dev:ui\" \"npm run dev:agent\" --names ui,agent --prefix-colors blue,green --kill-others",
|
||||
"dev:debug": "LOG_LEVEL=debug npm run dev",
|
||||
"dev:agent": "cd agent && npx @langchain/langgraph-cli dev --port 8123 --no-browser",
|
||||
"dev:ui": "next dev --turbopack",
|
||||
"dev:ui": "next dev --turbopack -H 127.0.0.1",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"start": "next start -H 127.0.0.1",
|
||||
"lint": "eslint .",
|
||||
"install:agent": "sh ./scripts/setup-agent.sh || scripts\\setup-agent.bat",
|
||||
"postinstall": "npm run install:agent"
|
||||
|
||||
Reference in New Issue
Block a user