Commit 4639210
committed
fix(blog): correct MCP-gateway article against actual Barbacane capability
Two passages drifted from reality once ai-proxy + the AI governance
middleware suite were verified:
1. The "MCP gateway vs AI gateway vs API gateway" section claimed the
three are "not the same box". They are three categories, but a single
well-architected gateway (dispatcher + middleware composition) can
span all three. Reworded to clarify that the architecture choice is
orthogonal to the category distinction.
2. The closing Barbacane mention positioned Barbacane only as an MCP
gateway, which undersells actual capability. Updated to mention all
three layers: API gateway, outbound AI gateway (ai-proxy), and MCP
gateway, composed from the same primitives.
Claims verified against:
- docs.barbacane.dev/guide/dispatchers.html (ai-proxy)
- adr/0024-ai-gateway-plugin.md (positioning)
- barbacane-dev/barbacane#67 (AI governance middleware suite)1 parent 1a53c7c commit 4639210
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
0 commit comments