Skip to content

Commit 15943dc

Browse files
chris-sevbevzzz
authored andcommitted
fix for mcp link to openctx (#217)
1 parent 0daee35 commit 15943dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

provider/modelcontextprotocol/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Currently, only MCP over stdio is supported (HTTP is not yet supported).
1212
```json
1313
"openctx.providers": {
1414
// ...other providers...
15-
"https://openctx.org/npm/@openctx/modelcontextprotocol": {
15+
"https://openctx.org/npm/@openctx/provider-modelcontextprotocol": {
1616
"nodeCommand": "node",
1717
"mcp.provider.uri": "file:///path/to/servers/root/build/everything/index.js",
1818
}
@@ -25,7 +25,7 @@ To hook up to the Postgres MCP provider, use:
2525
```json
2626
"openctx.providers": {
2727
// ...other providers...
28-
"https://openctx.org/npm/@openctx/modelcontextprotocol": {
28+
"https://openctx.org/npm/@openctx/provider-modelcontextprotocol": {
2929
"nodeCommand": "node",
3030
"mcp.provider.uri": "file:///path/to/servers/root/build/postgres/index.js",
3131
"mcp.provider.args": [

0 commit comments

Comments
 (0)