mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 22:14:18 +02:00
Merge origin/main into feature/apps
This commit is contained in:
commit
ccb74da45c
162 changed files with 8818 additions and 2836 deletions
|
|
@ -12,7 +12,6 @@ Usage:
|
|||
|
||||
from __future__ import annotations
|
||||
|
||||
from prefab_ui import UIResponse
|
||||
from prefab_ui.components import (
|
||||
BarChart,
|
||||
ChartSeries,
|
||||
|
|
@ -21,6 +20,7 @@ from prefab_ui.components import (
|
|||
LineChart,
|
||||
Muted,
|
||||
)
|
||||
from prefab_ui.response import UIResponse
|
||||
|
||||
from fastmcp import FastMCP
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue