@flowrelay/mcp-server 1.0.16 → 1.0.18

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/dist/index.js +7 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -35,6 +35,13 @@ const SOURCES = [
35
35
  'circleci',
36
36
  'vercel',
37
37
  'incident_io',
38
+ 'netlify',
39
+ 'render',
40
+ 'railway',
41
+ 'cloudflare_pages',
42
+ 'clickup',
43
+ 'monday_com',
44
+ 'shortcut',
38
45
  ];
39
46
  const SourceEnum = z.enum(SOURCES);
40
47
  const SourceFilterSchema = z.object({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowrelay/mcp-server",
3
- "version": "1.0.16",
3
+ "version": "1.0.18",
4
4
  "description": "Flow Relay MCP Server for Claude Desktop and Claude Code – handoffs, integrations and context events via natural conversation.",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0-or-later",