docs: google maps tutorial (#1353)

This commit is contained in:
Angie Jones
2025-02-24 08:04:13 -06:00
committed by GitHub
parent c5cc891b45
commit d786ecac61
10 changed files with 301 additions and 20 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ Please check extension configuration for {extension name}.
... it signals that the extension may not have been installed and you need the package runner in order to do so.
An example is the GitHub extension whose command is `npx -y @modelcontextprotocol/server-github`. You'd need [Node.js](https://nodejs.org/) installed on your system to run this command, as it uses npx.
An example is the GitHub extension whose command is `npx -y @modelcontextprotocol/server-github`. You'd need [Node.js](https://nodejs.org/) installed on your system to run this command, as it uses `npx`.
---