new mcp servers format
This commit is contained in:
6
.venv/lib/python3.10/site-packages/google/protobuf/runtime_version.py
Executable file → Normal file
6
.venv/lib/python3.10/site-packages/google/protobuf/runtime_version.py
Executable file → Normal file
@@ -27,9 +27,9 @@ class Domain(Enum):
|
||||
# the Protobuf release process. Do not edit them manually.
|
||||
# These OSS versions are not stripped to avoid merging conflicts.
|
||||
OSS_DOMAIN = Domain.PUBLIC
|
||||
OSS_MAJOR = 6
|
||||
OSS_MINOR = 30
|
||||
OSS_PATCH = 2
|
||||
OSS_MAJOR = 5
|
||||
OSS_MINOR = 29
|
||||
OSS_PATCH = 4
|
||||
OSS_SUFFIX = ''
|
||||
|
||||
DOMAIN = OSS_DOMAIN
|
||||
|
||||
Reference in New Issue
Block a user