Skip to content

Commit 3d93493

Browse files
committed
add opey mcp_servers.json config prompt in readme
1 parent a94039e commit 3d93493

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,18 @@ OBP_OIDC_ISSUER_URL=http://localhost:9000/obp-oidc
188188
OBP_AUTHORIZATION_VIA="consent"
189189
OBP_OPEY_CONSUMER_KEY=<opey's consumer key (same as the OBP_CONSUMER_KEY in Opey)>
190190
```
191-
> [!NOTE] You will not be able to use the MCP server, set up in this way, with any other MCP clients, unless they are capable of creating valid consents onl the fly.
191+
> [!NOTE] You will not be able to use the MCP server, set up in this way, with any other MCP clients, unless they are capable of creating valid consents on the fly.
192+
193+
In Opey's `mcp_servers.json` (inside the servers array):
194+
```json
195+
{
196+
"name": "obp",
197+
"url": "http://0.0.0.0:9101/mcp",
198+
"transport": "http",
199+
"requires_auth": true
200+
}
201+
202+
```
192203

193204
## License
194205

0 commit comments

Comments
 (0)