File tree Expand file tree Collapse file tree
provider/modelcontextprotocol Expand file tree Collapse file tree Original file line number Diff line number Diff 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" : [
You can’t perform that action at this time.
0 commit comments