feat: one click installation for popular MCP servers (#657)

* backend configuration

* frontend

* fmt

* adapt remote config

* lock

* opencode adapter
This commit is contained in:
Gabriel Gordon-Hall
2025-09-10 10:39:45 +01:00
committed by GitHub
parent c79f0a200d
commit 4c5be4e807
13 changed files with 755 additions and 74 deletions

View File

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