Skip to content

Commit e094c0f

Browse files
docs: remove unnecessary whitespace in mcp-elements.md
1 parent 2742932 commit e094c0f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/mcp-elements.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@ public function getFile(string $path): string
329329

330330
**Recommendation**: Use `ResourceReadException` when you want to communicate specific errors to clients. Any other exception will still be converted to JSON-RPC compliant errors but with generic error messages.
331331

332-
333332
## Resource Templates
334333

335334
Resource templates are **dynamic resources** that use parameterized URIs with variables. They follow all the same rules
@@ -463,7 +462,6 @@ public function explicitMessages(): array
463462
}
464463
```
465464

466-
467465
The SDK automatically validates that all messages have valid roles and converts the result into the appropriate MCP prompt message format.
468466

469467
#### Valid Message Roles

0 commit comments

Comments
 (0)