10 lines
202 B
YAML
10 lines
202 B
YAML
startCommand:
|
|
type: stdio
|
|
config:
|
|
command: node
|
|
args:
|
|
- dist/index.js
|
|
buildSteps:
|
|
- command: pnpm install --frozen-lockfile
|
|
- command: pnpm --filter @agent-bounty/mcp-server build
|