feat: one click installation for popular MCP servers (#657)
* backend configuration * frontend * fmt * adapt remote config * lock * opencode adapter
This commit is contained in:
committed by
GitHub
parent
c79f0a200d
commit
4c5be4e807
@@ -10,6 +10,7 @@
|
||||
"npx-cli/dist/**"
|
||||
],
|
||||
"scripts": {
|
||||
"format": "cargo fmt --all && cd frontend && npm run format",
|
||||
"check": "npm run frontend:check && npm run backend:check",
|
||||
"dev": "export FRONTEND_PORT=$(node scripts/setup-dev-environment.js frontend) && export BACKEND_PORT=$(node scripts/setup-dev-environment.js backend) && concurrently \"npm run backend:dev:watch\" \"npm run frontend:dev\"",
|
||||
"test:npm": "./test-npm-package.sh",
|
||||
|
||||
Reference in New Issue
Block a user