Skip to content

Commit 22b6268

Browse files
authored
Merge pull request #9 from modelcontextprotocol/basil/separate_auth
Add Support for Separate Authorization Server Mode
2 parents 4015781 + 67def73 commit 22b6268

26 files changed

+2618
-579
lines changed

.env.integrated

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
AUTH_MODE=integrated
2+
BASE_URI=http://localhost:3232
3+
PORT=3232
4+
REDIS_URL=redis://localhost:6379

.env.separate

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
AUTH_MODE=separate
2+
BASE_URI=http://localhost:3232
3+
PORT=3232
4+
REDIS_URL=redis://localhost:6379
5+
AUTH_SERVER_URL=http://localhost:3001
6+
AUTH_SERVER_PORT=3001

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,6 @@ dist
129129
.yarn/build-state.yml
130130
.yarn/install-state.gz
131131
.pnp.*
132+
133+
# Claude config directory
134+
.claude/

0 commit comments

Comments
 (0)