Document ~/.mcp-auth
To help people who get stuck with `mcp-remote`
This commit is contained in:
parent
7ea70144b7
commit
7e39aa9ae3
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -157,3 +157,15 @@ For bash on WSL:
|
||||||
or Powershell:
|
or Powershell:
|
||||||
|
|
||||||
`Get-Content "C:\Users\YourUsername\AppData\Local\Claude\Logs\mcp.log" -Wait -Tail 20`
|
`Get-Content "C:\Users\YourUsername\AppData\Local\Claude\Logs\mcp.log" -Wait -Tail 20`
|
||||||
|
|
||||||
|
|
||||||
|
## Debugging
|
||||||
|
|
||||||
|
If you encounter the following error, returned by the `/callback` URL:
|
||||||
|
|
||||||
|
```
|
||||||
|
Authentication Error
|
||||||
|
Token exchange failed: HTTP 400
|
||||||
|
```
|
||||||
|
|
||||||
|
You can run `rm -rf ~/.mcp-auth` to clear any locally stored state and tokens.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue