docs: rename TLDR to Quick Install in MCP tutorials (#7493)

This commit is contained in:
Rizel Scarlett
2026-02-24 15:55:02 -05:00
committed by GitHub
parent f723a3b230
commit fedc862d8f
58 changed files with 62 additions and 62 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import { PanelLeft, Settings } from 'lucide-react';
This tutorial covers how to add the [Filesystem MCP server](https://github.com/modelcontextprotocol/servers/tree/HEAD/src/filesystem) as a goose extension, enabling powerful code analysis and file management. With this extension, goose can analyze project structures, edit and organize files, detect unused dependencies, and generate documentation to improve software maintainability.
:::tip TLDR
:::tip Quick Install
**Command**
```sh
npx -y @modelcontextprotocol/server-filesystem </path/to/allowed/directory>