ds-mcp-flowise 1.1.5 → 1.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -231,6 +231,12 @@ The key is to include phrases like:
231
231
  - "with the flowise MCP"
232
232
  - "use flowise search"
233
233
 
234
+ **Pro tip for proper edge connections:** Ask Claude to look at a template first to understand the edge format:
235
+
236
+ > "Use flowise tools to get a template for a simple chatbot, then use that as a reference to build me a chatflow with Ollama"
237
+
238
+ Templates contain properly formatted edges with `sourceHandle`, `targetHandle`, and `type: "buttonedge"` that Flowise requires.
239
+
234
240
  ## What's Included
235
241
 
236
242
  - **311 Flowise nodes** with full schemas
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ds-mcp-flowise",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "MCP server for building and managing Flowise chatflows and agentflows. Provides AI assistants with comprehensive knowledge of Flowise nodes, tools for workflow creation, and direct API integration to deploy chatflows.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",