We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7d18e commit 464630dCopy full SHA for 464630d
1 file changed
model-context-protocol/weather/starter-webmvc-oauth2-server/README.md
@@ -16,7 +16,7 @@ Obtain a token by calling the `/oauth2/token` endpoint:
16
```shell
17
curl -XPOST "http://localhost:8080/oauth2/token" \
18
--data grant_type=client_credentials \
19
- --user "oidc-client:secret"
+ --user "mcp-client:secret"
20
# And copy-paste the access token
21
# Or use JQ:
22
0 commit comments