daeda-mcp 1.0.4 → 1.0.5

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.
@@ -0,0 +1,35 @@
1
+ {
2
+ "skipExports": false,
3
+ "exports": {
4
+ "contacts": {
5
+ "exportId": "155528961",
6
+ "status": "synced",
7
+ "error": null
8
+ },
9
+ "companies": {
10
+ "exportId": "155528962",
11
+ "status": "synced",
12
+ "error": null
13
+ },
14
+ "deals": {
15
+ "exportId": "155528963",
16
+ "status": "synced",
17
+ "error": null
18
+ },
19
+ "contact_company": {
20
+ "exportId": "155528964",
21
+ "status": "synced",
22
+ "error": null
23
+ },
24
+ "deal_contact": {
25
+ "exportId": "155528965",
26
+ "status": "synced",
27
+ "error": null
28
+ },
29
+ "deal_company": {
30
+ "exportId": "155528966",
31
+ "status": "synced",
32
+ "error": null
33
+ }
34
+ }
35
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "daeda-mcp",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "MCP server for HubSpot CRM data sync",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "files": [
28
28
  "dist",
29
- "data/export_override.sample.json"
29
+ "data/export_override.json"
30
30
  ],
31
31
  "scripts": {
32
32
  "build": "tsc",
@@ -1,41 +0,0 @@
1
- {
2
- "_comment": [
3
- "Copy this file to ~/.daeda-mcp/export_override.json to use export override.",
4
- "Set skipExports=true to skip HubSpot exports entirely and rely on seeding only.",
5
- "Set skipExports=false and provide export IDs to use existing exports (avoids hitting 30/day limit).",
6
- "Export IDs can be found from init_state.json or HubSpot API exports list."
7
- ],
8
- "skipExports": true,
9
- "exports": {
10
- "contacts": {
11
- "exportId": null,
12
- "status": "synced",
13
- "error": null
14
- },
15
- "companies": {
16
- "exportId": null,
17
- "status": "synced",
18
- "error": null
19
- },
20
- "deals": {
21
- "exportId": null,
22
- "status": "synced",
23
- "error": null
24
- },
25
- "contact_company": {
26
- "exportId": null,
27
- "status": "synced",
28
- "error": null
29
- },
30
- "deal_contact": {
31
- "exportId": null,
32
- "status": "synced",
33
- "error": null
34
- },
35
- "deal_company": {
36
- "exportId": null,
37
- "status": "synced",
38
- "error": null
39
- }
40
- }
41
- }