Skip to content

Commit 7cfbb79

Browse files
author
Faxbot Agent
committed
docs(archive): add Legacy banner + pointers to current MCP docs; fix OAuth link
1 parent 637fc08 commit 7cfbb79

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/archive/mcp-integration-legacy.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# MCP_INTEGRATION.md
1+
# MCP Integration (Legacy v2)
2+
3+
!!! warning "Legacy (archived)"
4+
This page is the older, omnibus MCP guide kept for historical reference.
5+
For the current v3 MCP docs, see:
6+
- [MCP Overview](../mcp/index.md)
7+
- [Node Server](../mcp/node.md) · [Python Server](../mcp/python.md)
8+
- [Transports](../mcp/transports.md) · [OAuth/OIDC Setup](../security/oauth-setup.md)
29

310
Demo
411
<video src="../assets/faxbot_demo.mp4" width="100%" autoplay loop muted playsinline controls>
@@ -68,7 +75,7 @@ export OAUTH_JWKS_URL=https://YOUR_ISSUER/.well-known/jwks.json
6875
docker compose --profile mcp up -d --build faxbot-mcp-py-sse
6976
```
7077
- Choose one. Both require Bearer JWTs issued by your IdP; tokens are verified via JWKS.
71-
- Detailed OIDC setup guidance and provider links: see OAUTH_SETUP.md.
78+
- Detailed OIDC setup guidance and provider links: see [OAuth/OIDC Setup](../security/oauth-setup.md).
7279

7380
MCP Inspector (explore tools/resources/prompts)
7481
- Start the Inspector UI via Docker:

0 commit comments

Comments
 (0)