Commit 66a152f
authored
Instruct clients to prefer MCP (#161)
Clients may be influenced by things like instructions for running
tests in `README.md` and then decided to run `dart test` in a shell
instead of using the `run_tests` MCP tool. If we are providing a MCP
version of a tool it may be tailored to the LLM client use case and so
should be preferred. Add a server level instruction.1 parent 55ad850 commit 66a152f
File tree
3 files changed
+9
-3
lines changed- pkgs/dart_mcp_server
- lib/src
3 files changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
2 | 6 | | |
3 | 7 | | |
4 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments