mirror of
https://github.com/ruvnet/RuView
synced 2026-08-04 19:31:42 +00:00
407b46b206
Add ruvnet/midstream (AIMDS real-time inference) and ruvnet/sublinear-time-solver (sublinear optimization algorithms) as vendored dependencies under vendor/.
7 lines
236 B
Bash
7 lines
236 B
Bash
#!/bin/bash
|
|
|
|
# Load environment variables from .env file
|
|
export $(cat /workspaces/sublinear-time-solver/npx/goap/.env | grep -v '^#' | xargs)
|
|
|
|
# Start the MCP server
|
|
exec node /workspaces/sublinear-time-solver/npx/goap/dist/cli.js start |