Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion configs/mcp-templates/fluentcrm.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"_comment": "FluentCRM MCP template. NOTE: @netflyapp/fluentcrm-mcp-server is not published on npm. Requires local build from https://github.com/netflyapp/fluentcrm-mcp-server before enabling.",
"_setup": "git clone https://github.com/netflyapp/fluentcrm-mcp-server ~/.local/share/mcp-servers/fluentcrm-mcp-server && cd ~/.local/share/mcp-servers/fluentcrm-mcp-server && npm install && npm run build",
"_env": "Set FLUENTCRM_API_URL, FLUENTCRM_API_USERNAME, FLUENTCRM_API_PASSWORD in ~/.config/aidevops/credentials.sh",
"_docs": ".agents/services/crm/fluentcrm.md",
"fluentcrm": {
"type": "local",
"command": [
Expand All @@ -7,6 +11,6 @@
"source ~/.config/aidevops/credentials.sh && node ~/.local/share/mcp-servers/fluentcrm-mcp-server/dist/fluentcrm-mcp-server.js"
],
"enabled": false,
"_comment": "Disabled globally. Enabled via fluentcrm_*: true in services/crm/fluentcrm.md subagent. Requires local build - see .agents/services/crm/fluentcrm.md for setup."
"_comment": "Disabled by default. Enable after completing local build (see _setup above). Docs: .agents/services/crm/fluentcrm.md"
}
}
Loading