@rvry/mcp 0.8.2 → 0.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -43,7 +43,7 @@ For clients that connect via HTTP URL (ChatGPT, Perplexity, etc.):
43
43
 
44
44
  **MCP Server URL:** `https://engine.rvry.ai/mcp`
45
45
 
46
- Authentication uses Supabase OAuth 2.1. Configure your client's OAuth settings to use your Supabase project credentials, or pass a Bearer token directly.
46
+ Authentication is handled via OAuth you'll be prompted to sign in with Google when you first connect. No token configuration needed.
47
47
 
48
48
  ### Compatibility
49
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rvry/mcp",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "description": "RVRY reasoning depth enforcement (RDE) engine client.",
5
5
  "type": "module",
6
6
  "bin": {