-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathpubspec.yaml
More file actions
49 lines (46 loc) · 1.12 KB
/
pubspec.yaml
File metadata and controls
49 lines (46 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
name: dart_mcp_server
description: >-
An MCP server for Dart projects, exposing various developer tools to AI
models.
publish_to: none
resolution: workspace
environment:
sdk: ^3.9.0-163.0.dev
executables:
dart_mcp_server: main
dependencies:
args: ^2.7.0
async: ^2.13.0
collection: ^1.19.1
dart_mcp: ^0.4.0-wip
dds_service_extensions: ^2.0.1
devtools_shared: ^12.0.0
dtd: ^4.0.0
file: ^7.0.1
http: ^1.3.0
json_rpc_2: ^4.0.0
# TODO: Get this another way.
language_server_protocol:
git:
url: https://github.com/dart-lang/sdk.git
path: third_party/pkg/language_server_protocol
# When changing this, also update .github/workflows/dart_mcp_server.yaml
# to cache the correct directory.
ref: b0838eac58308fc4e6654ca99eda75b30649c08f
meta: ^1.16.0
path: ^1.9.1
pool: ^1.5.1
process: ^5.0.3
stream_channel: ^2.1.4
unified_analytics: ^8.0.2
vm_service: ^15.0.0
watcher: ^1.1.1
web_socket: ^1.0.1
yaml: ^3.1.3
dev_dependencies:
analyzer: ^7.5.2
dart_flutter_team_lints: ^3.2.1
pub_semver: ^2.2.0
test: ^1.26.1
test_descriptor: ^2.0.2
test_process: ^2.1.1