Skip to content

Commit f883201

Browse files
committed
Remove Claude Desktop and Other MCP Clients sections from MCP README
1 parent 8431f19 commit f883201

1 file changed

Lines changed: 0 additions & 26 deletions

File tree

mcp/README.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -46,32 +46,6 @@ Add to your project's `.github/copilot-mcp.json`:
4646
}
4747
```
4848

49-
### Claude Desktop
50-
51-
Add to your Claude configuration file:
52-
53-
**macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`
54-
**Windows**: `%APPDATA%\Claude\claude_desktop_config.json`
55-
56-
```json
57-
{
58-
"mcpServers": {
59-
"atlas": {
60-
"command": "npx",
61-
"args": ["-y", "@microsoft/atlas-mcp"]
62-
}
63-
}
64-
}
65-
```
66-
67-
### Other MCP Clients
68-
69-
The server uses stdio transport and can be integrated with any MCP-compatible client:
70-
71-
```bash
72-
npx @microsoft/atlas-mcp
73-
```
74-
7549
## Available Tools
7650

7751
### `search_classes`

0 commit comments

Comments
 (0)