Skip to content

Commit c13598c

Browse files
committed
chore: Tighten constraints
1 parent 4e1c94c commit c13598c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

mcp_examples/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
args: ^2.7.0
1212
async: ^2.13.0
1313
cli_util: ^0.4.2
14-
dart_mcp: ^0.3.0
14+
dart_mcp: ^0.3.4-wip
1515
google_generative_ai: ^0.4.7
1616
path: ^1.9.1
1717
stream_channel: ^2.1.4

pkgs/dart_mcp/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ environment:
1111
dependencies:
1212
async: ^2.13.0
1313
collection: ^1.19.1
14-
json_rpc_2: ">=3.0.3 <5.0.0"
14+
json_rpc_2: ^4.0.0
1515
meta: ^1.16.0
1616
stream_channel: ^2.1.4
1717
stream_transform: ^2.1.1
1818

1919
dev_dependencies:
2020
dart_flutter_team_lints: ^3.2.1
21-
test: ^1.25.15
21+
test: ^1.26.1

pkgs/dart_mcp_server/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
args: ^2.7.0
1515
async: ^2.13.0
1616
collection: ^1.19.1
17-
dart_mcp: ^0.3.3
17+
dart_mcp: ^0.3.4-wip
1818
dds_service_extensions: ^2.0.1
1919
devtools_shared: ^12.0.0
2020
dtd: ^4.0.0
@@ -44,6 +44,6 @@ dev_dependencies:
4444
analyzer: ^7.5.2
4545
dart_flutter_team_lints: ^3.2.1
4646
pub_semver: ^2.2.0
47-
test: ^1.25.15
47+
test: ^1.26.1
4848
test_descriptor: ^2.0.2
4949
test_process: ^2.1.1

0 commit comments

Comments
 (0)