Commit 099952a
feat: enterprise gateway deployment guide + Bearer token auth
- Add MCP_GATEWAY.md: detailed multi-user deployment guide covering
Bifrost Enterprise, Microsoft MCP Gateway, and Azure APIM options.
Includes Entra ID setup, virtual key provisioning script, rate limit
architecture, MCP Apps panel limitations, and implementation checklist.
- Add Authorization: Bearer header support to _resolve_token() as
standard self-hosted alternative to X-CourtListener-Token
- Update README: add gateway row to transport table, multi-tenant
feature bullet, per-user rate limit and circuit breaker notes,
link to MCP_GATEWAY.md in docs table
- Update secrets and prompt injection baselines
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 80927f5 commit 099952a
5 files changed
Lines changed: 636 additions & 25 deletions
File tree
- src/courtlistener_mcp
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
93 | 97 | | |
94 | 98 | | |
95 | 99 | | |
| |||
120 | 124 | | |
121 | 125 | | |
122 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
123 | 135 | | |
124 | 136 | | |
125 | 137 | | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
| 138 | + | |
136 | 139 | | |
137 | 140 | | |
138 | | - | |
| 141 | + | |
139 | 142 | | |
140 | 143 | | |
141 | 144 | | |
142 | 145 | | |
143 | 146 | | |
144 | 147 | | |
145 | | - | |
| 148 | + | |
146 | 149 | | |
0 commit comments