mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-22 08:38:13 +02:00
feat: add mcp server
This commit is contained in:
parent
e31b38122e
commit
d895ac0fba
18 changed files with 440 additions and 74 deletions
6
api/mcp/server.py
Normal file
6
api/mcp/server.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue