Skip to content

Commit fe276e1

Browse files
committed
Fix outdated extensibility fact
1 parent 0026d71 commit fe276e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/protocol/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ All methods follow standard JSON-RPC 2.0 [error handling](https://www.jsonrpc.or
189189
The protocol provides built-in mechanisms for adding custom functionality while maintaining compatibility:
190190

191191
- Add custom data using `_meta` fields
192-
- Create custom methods with `_method` and `_notification`
192+
- Create custom methods by prefixing their name with underscore (`_`)
193193
- Advertise custom capabilities during initialization
194194

195195
Learn about [protocol extensibility](./extensibility) to understand how to use these mechanisms.

0 commit comments

Comments
 (0)