Skip to content

Commit a571e03

Browse files
committed
updated readme
1 parent 2924565 commit a571e03

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

README.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,13 @@ dotnet run
7171

7272
Add to your Claude Desktop config file:
7373

74-
**macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`
75-
**Windows**: `%APPDATA%\Claude\claude_desktop_config.json`
74+
**macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`
7675

7776
```json
7877
{
7978
"mcpServers": {
8079
"etrade": {
81-
"command": "etrade-mcp",
80+
"command": "/Users/{YourUserName}/.dotnet/tools/etrade-mcp",
8281
"env": {
8382
"ETRADE_ConsumerKey": "your-consumer-key",
8483
"ETRADE_ConsumerSecret": "your-consumer-secret",
@@ -89,6 +88,24 @@ Add to your Claude Desktop config file:
8988
}
9089
```
9190

91+
**Windows**: `%APPDATA%\Claude\claude_desktop_config.json`
92+
93+
```json
94+
{
95+
"mcpServers": {
96+
"etrade": {
97+
"command": "C:\\\\Users\\{YourUserName}\\.dotnet\\tools\\etrade-mcp",
98+
"env": {
99+
"ETRADE_ConsumerKey": "your-consumer-key",
100+
"ETRADE_ConsumerSecret": "your-consumer-secret",
101+
"ETRADE_UseSandbox": "true"
102+
}
103+
}
104+
}
105+
}
106+
```
107+
108+
92109
### VS Code with GitHub Copilot
93110

94111
Configure in your VS Code MCP settings to use the `etrade-mcp` command with appropriate environment variables.

0 commit comments

Comments
 (0)