- 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
15 lines
322 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|