@bgforge/mls-server 3.2.0 → 3.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -31,13 +31,13 @@ bgforge-mls-server --stdio
31
31
  ```
32
32
 
33
33
  [Settings Reference](../docs/settings.md) - All server settings with defaults.
34
- [LSP API](../docs/lsp-api.md) - Public commands, custom requests, and notifications.
34
+ [LSP API](../docs/lsp-api.md) - Public commands, custom requests, notifications, and third-party client integration notes.
35
35
 
36
- See [Editor Setup](https://github.com/BGforgeNet/VScode-BGforge-MLS/blob/master/docs/editors/README.md) for editor-specific guides.
36
+ See [Editor Setup](https://github.com/BGforgeNet/BGforge-MLS/blob/master/docs/editors/README.md) for editor-specific guides.
37
37
 
38
38
  ## Links
39
39
 
40
40
  - [VSCode extension](https://marketplace.visualstudio.com/items?itemName=BGforge.bgforge-mls) (full-featured client)
41
- - [Source code](https://github.com/BGforgeNet/VScode-BGforge-MLS)
42
- - [Issue tracker](https://github.com/BGforgeNet/VScode-BGforge-MLS/issues)
41
+ - [Source code](https://github.com/BGforgeNet/BGforge-MLS)
42
+ - [Issue tracker](https://github.com/BGforgeNet/BGforge-MLS/issues)
43
43
  - [Server Internals](INTERNALS.md) (provider registry, symbol system, data flow)