@hasna/connectors 1.3.46 → 1.4.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 +0 -10
- package/bin/index.js +571 -11667
- package/bin/mcp.js +314 -10277
- package/bin/serve.js +1852 -11815
- package/connectors/x/src/api/oauth.test.ts +205 -0
- package/dist/db/database.d.ts +2 -1
- package/dist/db/sqlite-adapter.d.ts +43 -0
- package/dist/index.js +128 -9652
- package/dist/no-cloud-boundary.test.d.ts +1 -0
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -166,16 +166,6 @@ Project-local enablement is lightweight:
|
|
|
166
166
|
|
|
167
167
|
The package no longer copies full connector source trees into each project.
|
|
168
168
|
|
|
169
|
-
## Cloud Sync
|
|
170
|
-
|
|
171
|
-
This package supports cloud sync via `@hasna/cloud`:
|
|
172
|
-
|
|
173
|
-
```bash
|
|
174
|
-
cloud setup
|
|
175
|
-
cloud sync push --service connectors
|
|
176
|
-
cloud sync pull --service connectors
|
|
177
|
-
```
|
|
178
|
-
|
|
179
169
|
## Data Directory
|
|
180
170
|
|
|
181
171
|
Data is stored in `~/.hasna/connectors/`.
|