added all mcp
This commit is contained in:
15
mealie-mcp-bundle/server/mealie/__init___1.py
Normal file
15
mealie-mcp-bundle/server/mealie/__init___1.py
Normal file
@@ -0,0 +1,15 @@
|
||||
from .client import MealieClient
|
||||
from .group import GroupMixin
|
||||
from .mealplan import MealplanMixin
|
||||
from .recipe import RecipeMixin
|
||||
from .user import UserMixin
|
||||
|
||||
|
||||
class MealieFetcher(
|
||||
RecipeMixin,
|
||||
UserMixin,
|
||||
GroupMixin,
|
||||
MealplanMixin,
|
||||
MealieClient,
|
||||
):
|
||||
pass
|
||||
Reference in New Issue
Block a user