@adminide-stack/form-builder-core 5.1.4-alpha.257 → 5.1.4-alpha.261

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.
@@ -11053,7 +11053,7 @@ const connectorsConfig = [{
11053
11053
  id: 'linear',
11054
11054
  title: 'Linear',
11055
11055
  description: 'Track issues, manage projects, and collaborate on your work',
11056
- providerUrl: 'https://linear.app',
11056
+ providerUrl: 'https://mcp.linear.app/mcp',
11057
11057
  icon: {
11058
11058
  name: 'AiOutlineCheckSquare',
11059
11059
  style: {
@@ -11064,7 +11064,7 @@ const connectorsConfig = [{
11064
11064
  color: '#5E6AD2',
11065
11065
  enabled: true,
11066
11066
  scopes: ['read', 'write'],
11067
- mcpUrl: 'https://mcp.linear.app',
11067
+ mcpUrl: 'https://mcp.linear.app/mcp',
11068
11068
  authMethods: ['oauth2'],
11069
11069
  categories: ['productivity & project management']
11070
11070
  }, {
@@ -7,7 +7,8 @@ const mcpProvidersConfig = [
7
7
  title: 'Linear',
8
8
  description: 'Project management and issue tracking',
9
9
  scopes: ['read', 'write'],
10
- mcpUrl: 'https://mcp.linear.app',
10
+ mcpUrl: 'https://mcp.linear.app/mcp',
11
+ // Base URL for OAuth discovery
11
12
  icon: {
12
13
  name: 'AiOutlineProject'
13
14
  },
@@ -1 +1 @@
1
- {"version":3,"file":"mcpConnectorConfig.js","sources":["../../src/config/mcpConnectorConfig.ts"],"sourcesContent":[null],"names":[],"mappings":"AAAY,MAAA,kBAAa,GAAO;AAEhC;;;;IAII,EAAA,QAAQ;OACR,EAAA;AACA,EAAA,WAAM,EAAA,uCAAA;QACF,EAAA,CAAA,eAAa,CAAA;AACb,EAAA,MAAA,EAAA,wBAAQ;;UAAsB;;MAElC,EAAA,mCAA6B;OAC7B,EAAK,SAAS;aACN,EAAA,CAAA,QAAO;;AAEf,EAAA,EAAA,EAAA,QAAA;AACH,EAAA,KAAA,EAAA,QAAA;AAED,EAAA,WAAA,EAAO,yCAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"mcpConnectorConfig.js","sources":["../../src/config/mcpConnectorConfig.ts"],"sourcesContent":[null],"names":[],"mappings":"AAAY,MAAA,kBAAa,GAAO;AAEhC;;;;IAII,EAAA,QAAQ;OACR,EAAA;AACA,EAAA,WAAM,EAAA,uCAAA;QACF,EAAA,CAAA,eAAa,CAAA;AACb,EAAA,MAAA,EAAA,4BAAQ;;;QACV,EAAA;;MAEF,EAAI,mCAAU;OACd,EAAK,SAAS;aACd,EAAA,CAAA,QAAA;AACA,CAAA,EAAA;AACH,EAAA,EAAA,EAAA,QAAA;AAED,EAAA,KAAA,EAAA,QAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminide-stack/form-builder-core",
3
- "version": "5.1.4-alpha.257",
3
+ "version": "5.1.4-alpha.261",
4
4
  "sideEffects": false,
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -24,5 +24,5 @@
24
24
  "publishConfig": {
25
25
  "access": "public"
26
26
  },
27
- "gitHead": "fe7db4f33fb290f9c95997d4a500c8cf77a6aeac"
27
+ "gitHead": "e093574112b530f05504062a3b4ede7f774dca3e"
28
28
  }