Skip to content

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

PropertyTypeDescriptionDefined in
allowUndeclaredDynamicRegistration?booleanWhen 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

Released under the MIT License.