Commit 9a82dc4
Fix vMCP documentation based on cluster testing (#331)
* Fix VirtualMCPServer output columns in quickstart
Update expected kubectl output to match actual CRD printer columns:
- Change STATUS to PHASE
- Add BACKENDS and READY columns
Verified by testing against live cluster.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
* Fix minimal VirtualMCPServer config to include required incomingAuth
The vMCP binary requires incomingAuth.type to be specified. Without it,
the pod crashes with: "incoming_auth.type must be one of: oidc, local,
anonymous"
Verified by testing against live cluster.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
* Add note about optional clientSecretRef for token introspection
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
---------
Co-authored-by: Claude <[email protected]>1 parent e5d216f commit 9a82dc4
File tree
2 files changed
+7
-3
lines changed- docs/toolhive
- guides-vmcp
- tutorials
2 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
| 63 | + | |
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
| 162 | + | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
0 commit comments