We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0026d71 commit fe276e1Copy full SHA for fe276e1
1 file changed
docs/protocol/overview.mdx
@@ -189,7 +189,7 @@ All methods follow standard JSON-RPC 2.0 [error handling](https://www.jsonrpc.or
189
The protocol provides built-in mechanisms for adding custom functionality while maintaining compatibility:
190
191
- Add custom data using `_meta` fields
192
-- Create custom methods with `_method` and `_notification`
+- Create custom methods by prefixing their name with underscore (`_`)
193
- Advertise custom capabilities during initialization
194
195
Learn about [protocol extensibility](./extensibility) to understand how to use these mechanisms.
0 commit comments