Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ You can then configure the connection to the server from there.

### VS Code

Configure in `~/.config/Code/User/mcp.json`:
Configure in the servers section of `~/.config/Code/User/mcp.json`:

```json
{
"mcpServers": {
"servers": {
"obp-mcp": {
"url": "http://0.0.0.0:9100/mcp",
"type": "http"
Expand Down