mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-24 06:24:18 +02:00
Refactor duplicated logic
This commit is contained in:
parent
fc26023f5d
commit
f2fe4f94b0
4 changed files with 170 additions and 63 deletions
|
|
@ -3,7 +3,7 @@ from starlette import status
|
|||
from starlette.testclient import TestClient
|
||||
|
||||
from fastmcp import FastMCP
|
||||
from fastmcp.contrib.component_manager.component_manager import set_up_component_manager
|
||||
from fastmcp.contrib.component_manager import set_up_component_manager
|
||||
from fastmcp.server.auth.providers.bearer import BearerAuthProvider, RSAKeyPair
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue