We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5acfff6 commit 413d5b1Copy full SHA for 413d5b1
1 file changed
mcp-openapi/package.json
@@ -10,7 +10,7 @@
10
"scripts": {
11
"dev": "BANKING_API_TOKEN=mcp-service-token-demo-123 tsx src/cli.ts --specs ./examples/specs --config ./examples/mcp-config.json --prompts ./examples/prompts --verbose",
12
"dev:clean": "tsx src/cli.ts",
13
- "build": "tsc && semgrep scan",
+ "build": "tsc",
14
"start": "node dist/cli.js",
15
"start:http": "node dist/cli.js --http --port 4000",
16
"cli": "tsx src/cli.ts",
0 commit comments