Add pattern docs

This commit is contained in:
Jeremiah Lowin 2025-04-13 14:16:28 -04:00
commit 9f209357df
5 changed files with 591 additions and 1 deletions

View file

@ -10,7 +10,7 @@
"colors": {
"dark": "#f72585",
"light": "#4cc9f0",
"primary": "#3f37c9"
"primary": "#2d00f7"
},
"description": "The fast, Pythonic way to build MCP servers.",
"footer": {
@ -54,6 +54,15 @@
"clients/transports"
]
},
{
"group": "Advanced Patterns",
"pages": [
"patterns/proxying",
"patterns/composition",
"patterns/openapi",
"patterns/fastapi"
]
},
{
"group": "Deployment",
"pages": []