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