Skip to content

Commit be92f22

Browse files
committed
Update README.md
1 parent 510c700 commit be92f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/dart_mcp_server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ For more information, see the official VS Code documentation for
151151
| `run_tests` | Run tests | Run Dart or Flutter tests with an agent centric UX. ALWAYS use instead of `dart test` or `flutter test` shell commands. |
152152
| `create_project` | Create project | Creates a new Dart or Flutter project. |
153153
| `pub` | pub | Runs a pub command for the given project roots, like `dart pub get` or `flutter pub add`. |
154-
| `analyze_files` | Analyze projects | Analyzes the entire project for errors. |
154+
| `analyze_files` | Analyze projects | Analyzes specific paths, or the entire project, for errors. |
155155
| `resolve_workspace_symbol` | Project search | Look up a symbol or symbols in all workspaces by name. Can be used to validate that a symbol exists or discover small spelling mistakes, since the search is fuzzy. |
156156
| `signature_help` | Signature help | Get signature help for an API being used at a given cursor position in a file. |
157157
| `hover` | Hover information | Get hover information at a given cursor position in a file. This can include documentation, type information, etc for the text at that position. |

0 commit comments

Comments
 (0)