Skip to content

Commit b0cfa4f

Browse files
committed
Update fast_mcp.mdx
1 parent abe1095 commit b0cfa4f

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

content/docs/mcp/fast_mcp.mdx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,6 @@ To allow for flexible and shared configurations, you can reference environment v
4949
```json
5050
{
5151
"mcpServers": {
52-
"filesystem": {
53-
"description": "Anthropic's MCP Server for secure filesystem operations",
54-
"command": "npx",
55-
"args": [
56-
"-y",
57-
"@modelcontextprotocol/server-filesystem",
58-
"$PWD"
59-
]
60-
},
6152
"git": {
6253
"description": "Provides tools to read, search, and manipulate Git repositories",
6354
"command": "uvx",
@@ -81,7 +72,7 @@ To allow for flexible and shared configurations, you can reference environment v
8172

8273
## Tools UI
8374

84-
Information about all discovered MCP servers and their registered tools is available in the **Tools** page under the **MCP Servers** section. By default only Anthropic's [Filesystem MCP Server](https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem) is configured.
75+
Information about all discovered MCP servers and their registered tools is available in the **Tools** page under the **MCP Servers** section. By default only Anthropic's [Git MCP Server](https://github.com/modelcontextprotocol/servers/tree/main/src/git) is configured.
8576

8677
<Screenshot src="/img/mcp-servers-empty.webp" />
8778

0 commit comments

Comments
 (0)