We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 066af34 commit 9c1de2aCopy full SHA for 9c1de2a
1 file changed
docs/ai/mcp-servers.mdx
@@ -172,12 +172,12 @@ Copy the `access_token` value and replace `<ACCESS_TOKEN>` in the configuration
172
173
```bash
174
claude mcp add --transport http \
175
- --header "Authorization: Bearer <ACCESS_TOKEN>" \
176
- openchoreo-cp http://api.openchoreo.localhost:8080/mcp
+ openchoreo-cp http://api.openchoreo.localhost:8080/mcp \
+ --header "Authorization: Bearer <ACCESS_TOKEN>"
177
178
179
180
- openchoreo-obs http://observer.openchoreo.localhost:11080/mcp
+ openchoreo-obs http://observer.openchoreo.localhost:11080/mcp \
181
```
182
183
</TabItem>
0 commit comments