We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ac158 commit 68724b7Copy full SHA for 68724b7
auth-for-mcp/xmcp-mcp-tokenvault-js/.env.example
@@ -1,9 +1,16 @@
1
-AUTH0_DOMAIN=
2
-AUTH0_AUDIENCE=
3
-AUTH0_CLIENT_ID=
+# Auth0 Configuration for @xmcp-dev/auth0 plugin
+# See: https://xmcp.dev/docs/integrations/auth0
4
5
-# One of the ways to authorize your client
6
-AUTH0_CLIENT_SECRET=
+# Auth0 tenant domain (format: <tenant>.<region>.auth0.com)
+DOMAIN=
7
+# API identifier URL (must match the API resource created in Auth0)
8
+AUDIENCE=
9
+
10
+# MCP server base URL
11
+BASE_URL=http://localhost:3001
12
PORT=3001
-MCP_SERVER_URL=http://localhost:3001
13
14
+# Machine-to-machine application credentials
15
+CLIENT_ID=
16
+CLIENT_SECRET=
0 commit comments