Jeremiah Lowin commited on
Commit
00bfe9a
·
1 Parent(s): 62255a8

Update contrib.mdx

Browse files
Files changed (1) hide show
  1. docs/patterns/contrib.mdx +2 -0
docs/patterns/contrib.mdx CHANGED
@@ -9,6 +9,8 @@ FastMCP includes a `contrib` package that holds community-contributed modules. T
9
 
10
  Contrib modules provide additional features, integrations, or patterns that complement the core FastMCP library. They offer a way for the community to share useful extensions while keeping the core library focused and maintainable.
11
 
 
 
12
  ## Usage
13
 
14
  To use a contrib module, import it from the `fastmcp.contrib` package:
 
9
 
10
  Contrib modules provide additional features, integrations, or patterns that complement the core FastMCP library. They offer a way for the community to share useful extensions while keeping the core library focused and maintainable.
11
 
12
+ The available modules can be viewed in the [contrib directory](https://github.com/jlowin/fastmcp/tree/main/src/contrib).
13
+
14
  ## Usage
15
 
16
  To use a contrib module, import it from the `fastmcp.contrib` package: