3 Commits

Author SHA1 Message Date
7289a91b66 feat: Update .env.example and server.py to clarify Frappe credentials handling for different deployment modes 2026-04-21 21:00:33 +05:30
c051804170 feat: Implement per-connection Frappe credentials management for SSE mode 2026-04-21 20:58:19 +05:30
2ee93048e1 feat: Add tools for managing server scripts, client scripts, translations, assignment rules, user permissions, webhooks, API keys, and workflows
- Implemented server and client script management tools in `frappe_mcp/tools/scripts.py`
- Added translation and user permission management tools in `frappe_mcp/tools/translations.py`
- Created user and role management tools in `frappe_mcp/tools/users.py`
- Developed webhook and API key management tools in `frappe_mcp/tools/webhooks.py`
- Introduced workflow management tools in `frappe_mcp/tools/workflow_tools.py`
- Added `pyproject.toml` for project metadata and dependencies
2026-04-21 20:26:45 +05:30