Skip to content

Commit 2295e7d

Browse files
committed
prettier
1 parent f025054 commit 2295e7d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/specification/draft/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ considerations that all implementors must carefully address.
102102
3. **Tool Safety**
103103

104104
- Tools represent arbitrary code execution and must be treated with appropriate
105-
caution.
106-
- In particular, descriptions of tool behavior such as annotations should be
107-
considered untrusted, unless obtained from a trusted server.
105+
caution.
106+
- In particular, descriptions of tool behavior such as annotations should be
107+
considered untrusted, unless obtained from a trusted server.
108108
- Hosts must obtain explicit user consent before invoking any tool
109109
- Users should understand what each tool does before authorizing its use
110110

docs/specification/draft/server/tools.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ A tool definition includes:
183183
- `inputSchema`: JSON Schema defining expected parameters
184184
- `annotations`: optional properties describing tool behavior
185185

186-
{{< callout type="warning" >}} For trust & safety and security, clients **MUST** consider tool annotations to be untrusted unless they come from trusted servers.
186+
{{< callout type="warning" >}} For trust & safety and security, clients **MUST** consider
187+
tool annotations to be untrusted unless they come from trusted servers.
187188

188189
### Tool Result
189190

0 commit comments

Comments
 (0)