Skip to content

Commit 731ac35

Browse files
chore: update MCP tool names and links in README
1 parent 6bc56e1 commit 731ac35

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,10 @@ very_good mcp
189189
The MCP server exposes Very Good CLI functionality through the Model Context Protocol, allowing AI assistants to interact with the CLI programmatically. This enables automated project creation, testing, and package management through MCP-compatible tools.
190190

191191
**Available MCP Tools:**
192-
- `create_project`: Create new Dart/Flutter projects
193-
- `run_tests`: Run tests with optional coverage and optimization (https://cli.vgv.dev/docs/commands/test)
194-
- `check_packages`: Check packages for issues and licenses (https://cli.vgv.dev/docs/commands/check_licenses)
195-
- `get_packages`: Get package information and dependencies (https://cli.vgv.dev/docs/commands/get_pkgs)
196-
- `update_cli`: Update Very Good CLI to the latest version
192+
- `create`: Create new Dart/Flutter projects (https://cli.vgv.dev/docs/category/templates)
193+
- `tests`: Run tests with optional coverage and optimization (https://cli.vgv.dev/docs/commands/test)
194+
- `packages_check_licenses`: Check packages for issues and licenses (https://cli.vgv.dev/docs/commands/check_licenses)
195+
- `packages_get`: Get package information and dependencies (https://cli.vgv.dev/docs/commands/get_pkgs)
197196

198197
### [`very_good --help`](https://cli.vgv.dev/docs/overview)
199198

0 commit comments

Comments
 (0)