@nangohq/providers 0.67.7 → 0.68.0
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.
- package/package.json +2 -2
- package/providers.yaml +58 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.68.0",
|
|
4
4
|
"description": "Nango's providers.yaml and getters",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"js-yaml": "4.1.0"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@nangohq/types": "0.
|
|
14
|
+
"@nangohq/types": "0.68.0",
|
|
15
15
|
"vitest": "3.2.4"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
package/providers.yaml
CHANGED
|
@@ -806,6 +806,24 @@ asana:
|
|
|
806
806
|
limit_name_in_request: limit
|
|
807
807
|
docs: https://docs.nango.dev/integrations/all/asana
|
|
808
808
|
|
|
809
|
+
asana-mcp:
|
|
810
|
+
display_name: Asana (MCP)
|
|
811
|
+
categories:
|
|
812
|
+
- productivity
|
|
813
|
+
- ticketing
|
|
814
|
+
- mcp
|
|
815
|
+
auth_mode: MCP_OAUTH2
|
|
816
|
+
authorization_url: https://mcp.asana.com/authorize
|
|
817
|
+
token_url: https://mcp.asana.com/token
|
|
818
|
+
registration_url: https://mcp.asana.com/register
|
|
819
|
+
authorization_params:
|
|
820
|
+
response_type: code
|
|
821
|
+
token_params:
|
|
822
|
+
grant_type: authorization_code
|
|
823
|
+
refresh_params:
|
|
824
|
+
grant_type: refresh_token
|
|
825
|
+
docs: https://docs.nango.dev/integrations/all/asana
|
|
826
|
+
|
|
809
827
|
asana-scim:
|
|
810
828
|
display_name: Asana (SCIM API)
|
|
811
829
|
categories:
|
|
@@ -6219,8 +6237,9 @@ jira-data-center:
|
|
|
6219
6237
|
type: string
|
|
6220
6238
|
title: Domain
|
|
6221
6239
|
description: The domain of your Jira Data Center account
|
|
6222
|
-
|
|
6223
|
-
|
|
6240
|
+
format: hostname
|
|
6241
|
+
prefix: https://
|
|
6242
|
+
example: foobar.atlassian.net
|
|
6224
6243
|
|
|
6225
6244
|
jira-data-center-api-key:
|
|
6226
6245
|
display_name: Jira Data Center (API Key)
|
|
@@ -6879,6 +6898,25 @@ linear:
|
|
|
6879
6898
|
webhook_user_defined_secret: true
|
|
6880
6899
|
docs: https://docs.nango.dev/integrations/all/linear
|
|
6881
6900
|
|
|
6901
|
+
linear-mcp:
|
|
6902
|
+
display_name: Linear (MCP)
|
|
6903
|
+
categories:
|
|
6904
|
+
- popular
|
|
6905
|
+
- productivity
|
|
6906
|
+
- ticketing
|
|
6907
|
+
- mcp
|
|
6908
|
+
auth_mode: MCP_OAUTH2
|
|
6909
|
+
authorization_url: https://mcp.linear.app/authorize
|
|
6910
|
+
token_url: https://mcp.linear.app/token
|
|
6911
|
+
registration_url: https://mcp.linear.app/register
|
|
6912
|
+
authorization_params:
|
|
6913
|
+
response_type: code
|
|
6914
|
+
token_params:
|
|
6915
|
+
grant_type: authorization_code
|
|
6916
|
+
refresh_params:
|
|
6917
|
+
grant_type: refresh_token
|
|
6918
|
+
docs: https://docs.nango.dev/integrations/all/linear
|
|
6919
|
+
|
|
6882
6920
|
linkedin:
|
|
6883
6921
|
display_name: LinkedIn
|
|
6884
6922
|
categories:
|
|
@@ -7841,6 +7879,24 @@ notion:
|
|
|
7841
7879
|
response_path: results
|
|
7842
7880
|
docs: https://docs.nango.dev/integrations/all/notion
|
|
7843
7881
|
|
|
7882
|
+
notion-mcp:
|
|
7883
|
+
display_name: Notion (MCP)
|
|
7884
|
+
categories:
|
|
7885
|
+
- knowledge-base
|
|
7886
|
+
- productivity
|
|
7887
|
+
- mcp
|
|
7888
|
+
auth_mode: MCP_OAUTH2
|
|
7889
|
+
authorization_url: https://mcp.notion.com/authorize
|
|
7890
|
+
token_url: https://mcp.notion.com/token
|
|
7891
|
+
registration_url: https://mcp.notion.com/register
|
|
7892
|
+
authorization_params:
|
|
7893
|
+
response_type: code
|
|
7894
|
+
token_params:
|
|
7895
|
+
grant_type: authorization_code
|
|
7896
|
+
refresh_params:
|
|
7897
|
+
grant_type: refresh_token
|
|
7898
|
+
docs: https://docs.nango.dev/integrations/all/notion
|
|
7899
|
+
|
|
7844
7900
|
notion-scim:
|
|
7845
7901
|
display_name: Notion (SCIM API)
|
|
7846
7902
|
categories:
|