Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion generated_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -2533,7 +2533,8 @@
"enum": [
"organization",
"project",
"function"
"function",
"mcp_server"
],
"description": "The type of the object the environment variable is scoped for"
},
Expand Down
2 changes: 1 addition & 1 deletion py/src/braintrust/_generated_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ class EnvVar(TypedDict):
"""
Unique identifier for the environment variable
"""
object_type: Literal['organization', 'project', 'function']
object_type: Literal['organization', 'project', 'function', 'mcp_server']
"""
The type of the object the environment variable is scoped for
"""
Expand Down
2 changes: 1 addition & 1 deletion py/src/braintrust/generated_types.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Auto-generated file (content hash 6f98c901e6705c9d) -- do not modify"""
"""Auto-generated file (content hash 38c1b7c6e847da09) -- do not modify"""

from ._generated_types import (
Acl,
Expand Down
Loading