@assemblyline-agents/hubspot 5.0.9 → 6.0.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/README.md +2 -2
- package/ai.assemblyline/connections/hubspot.json +74 -0
- package/ai.assemblyline/index.cjs +9 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +5 -3
- package/plugin.json +11 -0
package/README.md
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Official Assembly Line HubSpot connection plugin.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
The selected plugin exposes reviewed CRM tools through HubSpot's MCP server.
|
|
6
6
|
|
|
7
7
|
## Install
|
|
8
8
|
|
|
9
9
|
```sh
|
|
10
|
-
|
|
10
|
+
assembly-line add hubspot agent
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
## Part of Assembly Line
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"kind": "hubspot",
|
|
3
|
+
"role": "connection",
|
|
4
|
+
"packageName": "@assemblyline-agents/hubspot",
|
|
5
|
+
"helper": "defineHubSpotConnection",
|
|
6
|
+
"protocol": "mcp",
|
|
7
|
+
"transport": "http",
|
|
8
|
+
"provider": "hubspot",
|
|
9
|
+
"description": "HubSpot CRM records and associations through HubSpot MCP.",
|
|
10
|
+
"defaultUrl": "https://mcp.hubspot.com",
|
|
11
|
+
"urlEnv": "HUBSPOT_MCP_URL",
|
|
12
|
+
"tokenEnv": "HUBSPOT_MCP_TOKEN",
|
|
13
|
+
"tokenRequired": true,
|
|
14
|
+
"capabilities": [
|
|
15
|
+
"mcp",
|
|
16
|
+
"live-tools",
|
|
17
|
+
"streamable-http"
|
|
18
|
+
],
|
|
19
|
+
"scopes": [],
|
|
20
|
+
"subject": "workspace",
|
|
21
|
+
"readToolPatterns": [
|
|
22
|
+
"regex:(^|[-_])(search|read|list|fetch|get|retrieve|query|lookup|find|describe|details?|discover)([-_]|$)"
|
|
23
|
+
],
|
|
24
|
+
"writeToolPatterns": [],
|
|
25
|
+
"eventCatalog": [
|
|
26
|
+
"contact.creation",
|
|
27
|
+
"contact.deletion",
|
|
28
|
+
"contact.propertyChange",
|
|
29
|
+
"company.creation",
|
|
30
|
+
"company.deletion",
|
|
31
|
+
"company.propertyChange",
|
|
32
|
+
"deal.creation",
|
|
33
|
+
"deal.deletion",
|
|
34
|
+
"deal.propertyChange",
|
|
35
|
+
"ticket.creation",
|
|
36
|
+
"ticket.deletion",
|
|
37
|
+
"ticket.propertyChange"
|
|
38
|
+
],
|
|
39
|
+
"defaultEvents": [
|
|
40
|
+
"contact.creation",
|
|
41
|
+
"contact.deletion",
|
|
42
|
+
"company.creation",
|
|
43
|
+
"company.deletion",
|
|
44
|
+
"deal.creation",
|
|
45
|
+
"deal.deletion",
|
|
46
|
+
"ticket.creation",
|
|
47
|
+
"ticket.deletion"
|
|
48
|
+
],
|
|
49
|
+
"eventMode": "api",
|
|
50
|
+
"eventScope": "connection",
|
|
51
|
+
"setup": [
|
|
52
|
+
{
|
|
53
|
+
"kind": "connection",
|
|
54
|
+
"name": "hubspot-developer-configuration",
|
|
55
|
+
"required": true,
|
|
56
|
+
"message": "Configure HubSpot credentials, OAuth application, or MCP bridge for this deployment."
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"requiredConfig": [],
|
|
60
|
+
"optionalConfig": [
|
|
61
|
+
"HUBSPOT_MCP_URL"
|
|
62
|
+
],
|
|
63
|
+
"requiredCredentials": [
|
|
64
|
+
"HUBSPOT_MCP_TOKEN"
|
|
65
|
+
],
|
|
66
|
+
"optionalCredentials": [],
|
|
67
|
+
"eventRequiredConfig": [
|
|
68
|
+
"HUBSPOT_APP_ID"
|
|
69
|
+
],
|
|
70
|
+
"eventRequiredCredentials": [
|
|
71
|
+
"HUBSPOT_DEVELOPER_API_KEY",
|
|
72
|
+
"HUBSPOT_CLIENT_SECRET"
|
|
73
|
+
]
|
|
74
|
+
}
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAyE,KAAK,0BAA0B,EAAE,MAAM,2BAA2B,CAAC;AAGnJ,MAAM,MAAM,wBAAwB,GAAG,0BAA0B,CAAC;AAClE,wBAAgB,uBAAuB,CAAC,OAAO,EAAE,wBAAwB,0IAAmN;AAC5R,eAAO,MAAM,kBAAkB,kDAA0C,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import connectionContract_hubspot from "../ai.assemblyline/connections/hubspot.json" with { type: "json" };
|
|
2
|
+
import { defineConnectionPluginEvents, defineMcpPluginConnection, definePlugin } from "@assemblyline-agents/core";
|
|
2
3
|
import { hubspotEvents } from "./events.js";
|
|
3
|
-
const PLUGIN =
|
|
4
|
+
const PLUGIN = connectionContract_hubspot;
|
|
4
5
|
export function defineHubSpotConnection(options) { const definition = defineMcpPluginConnection(PLUGIN, options); const events = defineConnectionPluginEvents(PLUGIN, options.events, hubspotEvents); if (events)
|
|
5
6
|
definition.events = events; return definition; }
|
|
6
7
|
export const assemblyLinePlugin = definePlugin({ connections: [PLUGIN] });
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,0BAA0B,MAAM,6CAA6C,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAC;AAC3G,OAAO,EAAE,4BAA4B,EAAE,yBAAyB,EAAE,YAAY,EAAmC,MAAM,2BAA2B,CAAC;AACnJ,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC5C,MAAM,MAAM,GAAG,0BAAiE,CAAC;AAEjF,MAAM,UAAU,uBAAuB,CAAC,OAAiC,IAAI,MAAM,UAAU,GAAG,yBAAyB,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,MAAM,MAAM,GAAG,4BAA4B,CAAC,MAAM,EAAE,OAAO,CAAC,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,IAAI,MAAM;IAAE,UAAU,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC,OAAO,UAAU,CAAC,CAAC,CAAC;AAC5R,MAAM,CAAC,MAAM,kBAAkB,GAAG,YAAY,CAAC,EAAE,WAAW,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@assemblyline-agents/hubspot",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -9,11 +9,13 @@
|
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@assemblyline-agents/core": "
|
|
12
|
+
"@assemblyline-agents/core": "6.0.0"
|
|
13
13
|
},
|
|
14
14
|
"description": "Official Assembly Line HubSpot connection plugin.",
|
|
15
15
|
"files": [
|
|
16
|
-
"dist"
|
|
16
|
+
"dist",
|
|
17
|
+
"plugin.json",
|
|
18
|
+
"ai.assemblyline"
|
|
17
19
|
],
|
|
18
20
|
"engines": {
|
|
19
21
|
"node": ">=22.19.0"
|
package/plugin.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
|
3
|
+
"name": "hubspot",
|
|
4
|
+
"version": "6.0.0",
|
|
5
|
+
"description": "Official Assembly Line HubSpot connection plugin.",
|
|
6
|
+
"extensions": {
|
|
7
|
+
"ai.assemblyline": {
|
|
8
|
+
"entry": "./ai.assemblyline/index.cjs"
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|