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

3
api/mcp/__init__.py Normal file
View file

@ -0,0 +1,3 @@
from api.mcp.server import mcp
__all__ = ["mcp"]