feat: add mcp server

This commit is contained in:
Abhishek Kumar 2026-04-15 22:19:41 +05:30
parent e31b38122e
commit d895ac0fba
18 changed files with 440 additions and 74 deletions

6
api/mcp/server.py Normal file
View 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