MCP-Frappe/claude_desktop_config.example.json
MOHAN 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

15 lines
322 B
JSON

{
"mcpServers": {
"frappe": {
"command": "python",
"args": ["-m", "frappe_mcp.server"],
"cwd": "/path/to/frappe-mcp",
"env": {
"FRAPPE_URL": "http://147.93.40.215:10009/",
"FRAPPE_API_KEY": "2650fa15dc9393f",
"FRAPPE_API_SECRET": "766ad5af8577685"
}
}
}
}