mirror of
https://github.com/alibaba/higress.git
synced 2026-04-21 12:07:26 +08:00
add mcp bridge (#107)
This commit is contained in:
10
api/gen.sh
Executable file
10
api/gen.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -eu
|
||||
|
||||
# Generate all protos
|
||||
buf generate \
|
||||
--path networking \
|
||||
|
||||
# Generate CRDs
|
||||
cue-gen -verbose -f=./cue.yaml -crd=true
|
||||
Reference in New Issue
Block a user