mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
Co-authored-by: marvin-context-protocol[bot] <225465937+marvin-context-protocol[bot]@users.noreply.github.com>
18 lines
514 B
Text
18 lines
514 B
Text
---
|
|
title: dependencies
|
|
sidebarTitle: dependencies
|
|
---
|
|
|
|
# `fastmcp.dependencies`
|
|
|
|
|
|
Dependency injection exports for FastMCP.
|
|
|
|
This module re-exports dependency injection symbols from Docket and FastMCP
|
|
to provide a clean, centralized import location for all dependency-related
|
|
functionality.
|
|
|
|
DI features (Depends, CurrentContext, CurrentFastMCP) work without pydocket
|
|
using a vendored DI engine. Only task-related dependencies (CurrentDocket,
|
|
CurrentWorker) and background task execution require fastmcp[tasks].
|
|
|