add mcp bridge (#107)

This commit is contained in:
Zhanghaibin
2022-12-09 15:18:49 +08:00
committed by GitHub
parent 4776d62515
commit b08b00f9d5
26 changed files with 4290 additions and 0 deletions

10
api/gen.sh Executable file
View 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