File tree Expand file tree Collapse file tree
packages/google-cloud-apiregistry/google/cloud/apiregistry_v1beta/types Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,19 +132,20 @@ class McpTool(proto.Message):
132132 spec. These include:
133133
134134 - title: A human-readable title for the tool,
135- useful for UI display.
135+ useful for UI display.
136136 - readOnlyHint: If true, indicates the tool
137- does not modify its environment.
137+ does not modify its environment.
138138 - destructiveHint: If true, the tool may
139- perform destructive updates (only meaningful
140- when readOnlyHint is false).
139+ perform destructive updates (only meaningful
140+ when readOnlyHint is false).
141141 - idempotentHint: If true, calling the tool
142- repeatedly with the same arguments has no
143- additional effect (only meaningful when
144- readOnlyHint is false).
142+ repeatedly with the same arguments has no
143+ additional effect (only meaningful when
144+ readOnlyHint is false).
145145 - openWorldHint: If true, the tool may
146- interact with an "open world" of external
147- entities.
146+ interact with an "open world" of external
147+ entities.
148+
148149 """
149150
150151 name : str = proto .Field (
You can’t perform that action at this time.
0 commit comments