Skip to content

Commit

Permalink
fix for mcp link to openctx (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-sev authored Nov 25, 2024
1 parent 318e0ac commit 510d8d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provider/modelcontextprotocol/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Currently, only MCP over stdio is supported (HTTP is not yet supported).
```json
"openctx.providers": {
// ...other providers...
"https://openctx.org/npm/@openctx/modelcontextprotocol": {
"https://openctx.org/npm/@openctx/provider-modelcontextprotocol": {
"nodeCommand": "node",
"mcp.provider.uri": "file:///path/to/servers/root/build/everything/index.js",
}
Expand All @@ -25,7 +25,7 @@ To hook up to the Postgres MCP provider, use:
```json
"openctx.providers": {
// ...other providers...
"https://openctx.org/npm/@openctx/modelcontextprotocol": {
"https://openctx.org/npm/@openctx/provider-modelcontextprotocol": {
"nodeCommand": "node",
"mcp.provider.uri": "file:///path/to/servers/root/build/postgres/index.js",
"mcp.provider.args": [
Expand Down

0 comments on commit 510d8d7

Please sign in to comment.