You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"build:all": "npm run build:general && npm run build:trust && npm run build:playground",
"build:general": "npm run build --workspace=packages/mcp-general",
"build:trust": "npm run build --workspace=packages/mcp-trust",
"build:playground": "npm run build --workspace=apps/playground",
"dev": "concurrently --names playground,general,trust --prefix-colors blue,green,yellow \"npm run dev:playground\" \"npm run dev:general\" \"npm run dev:trust\"",
"dev:general": "npm run dev --workspace=packages/mcp-general",
"dev:trust": "npm run dev --workspace=packages/mcp-trust",
"dev:playground": "npm run dev --workspace=apps/playground",