lspeasy / core/src / DynamicRegistrationBehavior
Interface: DynamicRegistrationBehavior
Defined in: packages/core/src/protocol/dynamic-registration.ts:20
Controls compatibility behavior for dynamic registrations not declared by client capabilities.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
allowUndeclaredDynamicRegistration? | boolean | When true, the client accepts dynamic registrations for capabilities it did not declare in the initialize request. Useful for compatibility with servers that over-register. | packages/core/src/protocol/dynamic-registration.ts:25 |