ds-mcp-flowise 1.2.0 → 1.2.1

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 +0 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -305,10 +305,6 @@ All previously reported issues have been fixed in version 1.2.0:
305
305
 
306
306
  ## Troubleshooting
307
307
 
308
- **"Invalid Chatflow Type" error when creating flows**
309
- - This is a known issue with the `flowise_create_chatflow` tool
310
- - Workaround: Create a blank chatflow in Flowise UI first, then use `flowise_update_chatflow`
311
-
312
308
  **Connection test fails**
313
309
  - Verify your `FLOWISE_API_URL` is correct and accessible
314
310
  - Ensure your API key is valid and has the right permissions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ds-mcp-flowise",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
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",