mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-28 08:49:42 +02:00
feat: add mcp server to Dograh OSS (#240)
* feat: add mcp server * update mcp endpoint
This commit is contained in:
parent
e31b38122e
commit
79bc91b1e0
18 changed files with 442 additions and 74 deletions
3
api/mcp/__init__.py
Normal file
3
api/mcp/__init__.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from api.mcp.server import mcp
|
||||
|
||||
__all__ = ["mcp"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue