tree: f737e6a3d6547cf5e9d78159dcfca1bd8ae844a4
  1. language_server_protocol/
  2. README.md
pkgs/dart_mcp_server/lib/src/third_party/README.md

This directory contains code from external sources vendored into this package.

language_server_protocol

This package lives in the Dart SDK at third_party/pkg/language_server_protocol.

It is copied here with minimal changes, such as:

  • Formatting it with dart format ..
  • Removing package: imports and replacing them with relative imports.
  • Deleting the pubspec.yaml file.

To update it, you can simply replace the entire language_server_protocol directory with the one from the SDK, and perform the changes listed above.