File tree Expand file tree Collapse file tree 6 files changed +18
-9
lines changed Expand file tree Collapse file tree 6 files changed +18
-9
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ description: Examples for the Dart MCP package.
3
3
publish_to : none
4
4
version : 0.0.1
5
5
6
+ resolution : workspace
6
7
environment :
7
8
sdk : ^3.7.0
8
9
@@ -14,7 +15,3 @@ dependencies:
14
15
google_generative_ai : ^0.4.7
15
16
path : ^1.9.1
16
17
stream_channel : ^2.1.4
17
-
18
- dependency_overrides :
19
- dart_mcp :
20
- path : ../pkgs/dart_mcp
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ description: A package for making MCP servers and clients.
4
4
repository : https://github.com/dart-lang/ai/tree/main/pkgs/dart_mcp
5
5
issue_tracker : https://github.com/dart-lang/ai/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Adart_mcp
6
6
7
+ resolution : workspace
7
8
environment :
8
9
sdk : ^3.7.0
9
10
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ description: >-
3
3
An MCP server for Dart projects, exposing various developer tools to AI
4
4
models.
5
5
publish_to : none
6
+ resolution : workspace
6
7
environment :
7
8
sdk : ^3.9.0-163.0.dev
8
9
@@ -46,7 +47,3 @@ dev_dependencies:
46
47
test : ^1.25.15
47
48
test_descriptor : ^2.0.2
48
49
test_process : ^2.1.1
49
-
50
- dependency_overrides :
51
- dart_mcp :
52
- path : ../dart_mcp
Original file line number Diff line number Diff line change 1
1
name : counter_app
2
2
description : " A new Flutter project."
3
- publish_to : ' none'
3
+ publish_to : " none"
4
4
version : 0.1.0-wip
5
5
6
+ resolution : workspace
6
7
environment :
7
8
sdk : ^3.6.1
8
9
Original file line number Diff line number Diff line change 1
1
name : example_dart_cli_app
2
2
publish_to : none
3
+ resolution : workspace
3
4
environment :
4
5
sdk : ^3.7.0
Original file line number Diff line number Diff line change
1
+ name : _
2
+ publish_to : none
3
+
4
+ environment :
5
+ sdk : ^3.6.1
6
+
7
+ workspace :
8
+ - mcp_examples/
9
+ - pkgs/dart_mcp/
10
+ - pkgs/dart_mcp_server/
11
+ - pkgs/dart_mcp_server/test_fixtures/counter_app/
12
+ - pkgs/dart_mcp_server/test_fixtures/dart_cli_app/
You can’t perform that action at this time.
0 commit comments