mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
7 lines
184 B
Python
7 lines
184 B
Python
|
|
from fastmcp import FastMCP
|
||
|
|
|
||
|
|
mcp = FastMCP("dograh")
|
||
|
|
|
||
|
|
from api.mcp.tools import docs as _docs # noqa: E402, F401
|
||
|
|
from api.mcp.tools import workflows as _workflows # noqa: E402, F401
|