There was an error while loading. Please reload this page.
1 parent 8431f19 commit f883201Copy full SHA for f883201
1 file changed
mcp/README.md
@@ -46,32 +46,6 @@ Add to your project's `.github/copilot-mcp.json`:
46
}
47
```
48
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
75
## Available Tools
76
77
### `search_classes`
0 commit comments