mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 21:44:18 +02:00
Add pattern docs
This commit is contained in:
parent
3707be0700
commit
9f209357df
5 changed files with 591 additions and 1 deletions
|
|
@ -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": []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue