@d34dman/flowdrop 0.0.55 → 0.0.56

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.
@@ -143,6 +143,15 @@ export const DEFAULT_PORT_CONFIG = {
143
143
  category: 'media',
144
144
  enabled: true
145
145
  },
146
+ // Tool type
147
+ {
148
+ id: 'tool',
149
+ name: 'Tool',
150
+ description: 'Tool interface for agent connections',
151
+ color: 'var(--fd-node-amber)',
152
+ category: 'special',
153
+ enabled: true
154
+ },
146
155
  // Special types
147
156
  {
148
157
  id: 'url',
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@d34dman/flowdrop",
3
3
  "license": "MIT",
4
4
  "private": false,
5
- "version": "0.0.55",
5
+ "version": "0.0.56",
6
6
  "scripts": {
7
7
  "dev": "vite dev",
8
8
  "build": "vite build && npm run prepack",