@hasna/connectors 0.2.2 → 0.2.4

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.
Files changed (324) hide show
  1. package/README.md +5 -3
  2. package/bin/index.js +1073 -47
  3. package/bin/mcp.js +161 -6
  4. package/bin/serve.js +379 -9
  5. package/connectors/connect-anthropic/AGENTS.md +1 -1
  6. package/connectors/connect-anthropic/CLAUDE.md +1 -1
  7. package/connectors/connect-anthropic/GEMINI.md +1 -1
  8. package/connectors/connect-anthropic/README.md +2 -2
  9. package/connectors/connect-anthropic/src/utils/config.ts +2 -2
  10. package/connectors/connect-aws/AGENTS.md +2 -2
  11. package/connectors/connect-aws/CLAUDE.md +2 -2
  12. package/connectors/connect-aws/GEMINI.md +2 -2
  13. package/connectors/connect-aws/README.md +2 -2
  14. package/connectors/connect-aws/src/utils/config.ts +2 -2
  15. package/connectors/connect-brandsight/AGENTS.md +2 -2
  16. package/connectors/connect-brandsight/CLAUDE.md +2 -2
  17. package/connectors/connect-brandsight/GEMINI.md +2 -2
  18. package/connectors/connect-brandsight/README.md +3 -3
  19. package/connectors/connect-brandsight/src/utils/config.ts +1 -1
  20. package/connectors/connect-brandsight/src/utils/contacts.ts +1 -1
  21. package/connectors/connect-cloudflare/AGENTS.md +1 -1
  22. package/connectors/connect-cloudflare/CLAUDE.md +1 -1
  23. package/connectors/connect-cloudflare/GEMINI.md +1 -1
  24. package/connectors/connect-cloudflare/README.md +2 -2
  25. package/connectors/connect-cloudflare/src/utils/config.ts +2 -2
  26. package/connectors/connect-discord/AGENTS.md +2 -2
  27. package/connectors/connect-discord/CLAUDE.md +2 -2
  28. package/connectors/connect-discord/GEMINI.md +2 -2
  29. package/connectors/connect-discord/README.md +2 -2
  30. package/connectors/connect-discord/src/utils/config.ts +2 -2
  31. package/connectors/connect-docker/AGENTS.md +2 -2
  32. package/connectors/connect-docker/CLAUDE.md +2 -2
  33. package/connectors/connect-docker/GEMINI.md +2 -2
  34. package/connectors/connect-docker/README.md +2 -2
  35. package/connectors/connect-docker/src/utils/config.ts +2 -2
  36. package/connectors/connect-e2b/AGENTS.md +1 -1
  37. package/connectors/connect-e2b/CLAUDE.md +1 -1
  38. package/connectors/connect-e2b/GEMINI.md +1 -1
  39. package/connectors/connect-e2b/README.md +2 -2
  40. package/connectors/connect-e2b/src/utils/config.ts +2 -2
  41. package/connectors/connect-elevenlabs/AGENTS.md +1 -1
  42. package/connectors/connect-elevenlabs/CLAUDE.md +1 -1
  43. package/connectors/connect-elevenlabs/GEMINI.md +1 -1
  44. package/connectors/connect-elevenlabs/README.md +2 -2
  45. package/connectors/connect-elevenlabs/src/utils/config.ts +2 -2
  46. package/connectors/connect-exa/AGENTS.md +1 -1
  47. package/connectors/connect-exa/CLAUDE.md +1 -1
  48. package/connectors/connect-exa/GEMINI.md +1 -1
  49. package/connectors/connect-exa/README.md +2 -2
  50. package/connectors/connect-exa/src/utils/config.ts +2 -2
  51. package/connectors/connect-figma/AGENTS.md +2 -2
  52. package/connectors/connect-figma/CLAUDE.md +2 -2
  53. package/connectors/connect-figma/GEMINI.md +2 -2
  54. package/connectors/connect-figma/README.md +2 -2
  55. package/connectors/connect-figma/src/utils/config.ts +2 -2
  56. package/connectors/connect-firecrawl/AGENTS.md +1 -1
  57. package/connectors/connect-firecrawl/CLAUDE.md +1 -1
  58. package/connectors/connect-firecrawl/GEMINI.md +1 -1
  59. package/connectors/connect-firecrawl/README.md +2 -2
  60. package/connectors/connect-firecrawl/src/utils/config.ts +2 -2
  61. package/connectors/connect-github/AGENTS.md +2 -2
  62. package/connectors/connect-github/CLAUDE.md +2 -2
  63. package/connectors/connect-github/GEMINI.md +2 -2
  64. package/connectors/connect-github/README.md +2 -2
  65. package/connectors/connect-github/src/utils/config.ts +2 -2
  66. package/connectors/connect-gmail/AGENTS.md +2 -2
  67. package/connectors/connect-gmail/CLAUDE.md +2 -2
  68. package/connectors/connect-gmail/GEMINI.md +2 -2
  69. package/connectors/connect-gmail/README.md +2 -2
  70. package/connectors/connect-gmail/src/utils/config.ts +2 -2
  71. package/connectors/connect-google/AGENTS.md +1 -1
  72. package/connectors/connect-google/CLAUDE.md +1 -1
  73. package/connectors/connect-google/GEMINI.md +1 -1
  74. package/connectors/connect-google/README.md +2 -2
  75. package/connectors/connect-google/src/utils/config.ts +2 -2
  76. package/connectors/connect-googlecalendar/AGENTS.md +2 -2
  77. package/connectors/connect-googlecalendar/CLAUDE.md +2 -2
  78. package/connectors/connect-googlecalendar/GEMINI.md +2 -2
  79. package/connectors/connect-googlecalendar/README.md +2 -2
  80. package/connectors/connect-googlecalendar/src/utils/config.ts +2 -2
  81. package/connectors/connect-googlecloud/AGENTS.md +2 -2
  82. package/connectors/connect-googlecloud/CLAUDE.md +2 -2
  83. package/connectors/connect-googlecloud/GEMINI.md +2 -2
  84. package/connectors/connect-googlecloud/README.md +2 -2
  85. package/connectors/connect-googlecloud/src/utils/config.ts +2 -2
  86. package/connectors/connect-googlecontacts/AGENTS.md +4 -4
  87. package/connectors/connect-googlecontacts/CLAUDE.md +4 -4
  88. package/connectors/connect-googlecontacts/GEMINI.md +4 -4
  89. package/connectors/connect-googlecontacts/README.md +2 -2
  90. package/connectors/connect-googlecontacts/src/utils/config.ts +2 -2
  91. package/connectors/connect-googledocs/AGENTS.md +1 -1
  92. package/connectors/connect-googledocs/CLAUDE.md +1 -1
  93. package/connectors/connect-googledocs/GEMINI.md +1 -1
  94. package/connectors/connect-googledocs/README.md +2 -2
  95. package/connectors/connect-googledocs/src/utils/config.ts +2 -2
  96. package/connectors/connect-googledrive/AGENTS.md +1 -1
  97. package/connectors/connect-googledrive/CLAUDE.md +6 -6
  98. package/connectors/connect-googledrive/GEMINI.md +1 -1
  99. package/connectors/connect-googledrive/README.md +2 -2
  100. package/connectors/connect-googledrive/src/utils/config.ts +2 -2
  101. package/connectors/connect-googlegemini/AGENTS.md +2 -2
  102. package/connectors/connect-googlegemini/CLAUDE.md +2 -2
  103. package/connectors/connect-googlegemini/GEMINI.md +2 -2
  104. package/connectors/connect-googlegemini/README.md +2 -2
  105. package/connectors/connect-googlegemini/src/utils/config.ts +1 -1
  106. package/connectors/connect-googlemaps/AGENTS.md +1 -1
  107. package/connectors/connect-googlemaps/CLAUDE.md +1 -1
  108. package/connectors/connect-googlemaps/GEMINI.md +1 -1
  109. package/connectors/connect-googlemaps/README.md +2 -2
  110. package/connectors/connect-googlemaps/package.json +1 -0
  111. package/connectors/connect-googlemaps/src/utils/config.ts +1 -1
  112. package/connectors/connect-googlesheets/AGENTS.md +1 -1
  113. package/connectors/connect-googlesheets/CLAUDE.md +1 -1
  114. package/connectors/connect-googlesheets/GEMINI.md +1 -1
  115. package/connectors/connect-googlesheets/README.md +2 -2
  116. package/connectors/connect-googlesheets/src/utils/config.ts +2 -2
  117. package/connectors/connect-googletasks/AGENTS.md +1 -1
  118. package/connectors/connect-googletasks/CLAUDE.md +1 -1
  119. package/connectors/connect-googletasks/GEMINI.md +1 -1
  120. package/connectors/connect-googletasks/README.md +2 -2
  121. package/connectors/connect-googletasks/src/utils/config.ts +1 -1
  122. package/connectors/connect-hedra/AGENTS.md +2 -2
  123. package/connectors/connect-hedra/CLAUDE.md +2 -2
  124. package/connectors/connect-hedra/GEMINI.md +2 -2
  125. package/connectors/connect-hedra/README.md +2 -2
  126. package/connectors/connect-hedra/src/utils/config.ts +2 -2
  127. package/connectors/connect-heygen/AGENTS.md +2 -2
  128. package/connectors/connect-heygen/CLAUDE.md +2 -2
  129. package/connectors/connect-heygen/GEMINI.md +2 -2
  130. package/connectors/connect-heygen/README.md +2 -2
  131. package/connectors/connect-heygen/src/utils/config.ts +2 -2
  132. package/connectors/connect-huggingface/AGENTS.md +2 -2
  133. package/connectors/connect-huggingface/CLAUDE.md +2 -2
  134. package/connectors/connect-huggingface/GEMINI.md +2 -2
  135. package/connectors/connect-huggingface/README.md +2 -2
  136. package/connectors/connect-huggingface/src/utils/config.ts +2 -2
  137. package/connectors/connect-icons8/AGENTS.md +2 -2
  138. package/connectors/connect-icons8/CLAUDE.md +2 -2
  139. package/connectors/connect-icons8/GEMINI.md +2 -2
  140. package/connectors/connect-icons8/README.md +2 -2
  141. package/connectors/connect-icons8/src/utils/config.ts +2 -2
  142. package/connectors/connect-maropost/AGENTS.md +1 -1
  143. package/connectors/connect-maropost/CLAUDE.md +1 -1
  144. package/connectors/connect-maropost/GEMINI.md +1 -1
  145. package/connectors/connect-maropost/README.md +2 -2
  146. package/connectors/connect-maropost/src/utils/config.ts +2 -2
  147. package/connectors/connect-mercury/AGENTS.md +1 -1
  148. package/connectors/connect-mercury/CLAUDE.md +1 -1
  149. package/connectors/connect-mercury/GEMINI.md +1 -1
  150. package/connectors/connect-mercury/README.md +2 -2
  151. package/connectors/connect-mercury/src/utils/config.ts +2 -2
  152. package/connectors/connect-meta/AGENTS.md +1 -1
  153. package/connectors/connect-meta/CLAUDE.md +1 -1
  154. package/connectors/connect-meta/GEMINI.md +1 -1
  155. package/connectors/connect-meta/README.md +2 -2
  156. package/connectors/connect-meta/src/utils/config.ts +2 -2
  157. package/connectors/connect-midjourney/AGENTS.md +2 -2
  158. package/connectors/connect-midjourney/CLAUDE.md +2 -2
  159. package/connectors/connect-midjourney/GEMINI.md +2 -2
  160. package/connectors/connect-midjourney/README.md +2 -2
  161. package/connectors/connect-midjourney/src/utils/config.ts +2 -2
  162. package/connectors/connect-mistral/AGENTS.md +1 -1
  163. package/connectors/connect-mistral/CLAUDE.md +1 -1
  164. package/connectors/connect-mistral/GEMINI.md +1 -1
  165. package/connectors/connect-mistral/README.md +2 -2
  166. package/connectors/connect-mistral/src/utils/config.ts +2 -2
  167. package/connectors/connect-mixpanel/AGENTS.md +2 -2
  168. package/connectors/connect-mixpanel/CLAUDE.md +2 -2
  169. package/connectors/connect-mixpanel/GEMINI.md +2 -2
  170. package/connectors/connect-mixpanel/README.md +2 -2
  171. package/connectors/connect-mixpanel/src/utils/config.ts +2 -2
  172. package/connectors/connect-notion/CLAUDE.md +2 -2
  173. package/connectors/connect-notion/src/utils/config.ts +2 -2
  174. package/connectors/connect-openai/AGENTS.md +1 -1
  175. package/connectors/connect-openai/CLAUDE.md +1 -1
  176. package/connectors/connect-openai/GEMINI.md +1 -1
  177. package/connectors/connect-openai/README.md +2 -2
  178. package/connectors/connect-openai/src/utils/config.ts +2 -2
  179. package/connectors/connect-openweathermap/AGENTS.md +1 -1
  180. package/connectors/connect-openweathermap/CLAUDE.md +1 -1
  181. package/connectors/connect-openweathermap/GEMINI.md +1 -1
  182. package/connectors/connect-openweathermap/README.md +2 -2
  183. package/connectors/connect-openweathermap/src/utils/config.ts +1 -1
  184. package/connectors/connect-pandadoc/AGENTS.md +1 -1
  185. package/connectors/connect-pandadoc/CLAUDE.md +1 -1
  186. package/connectors/connect-pandadoc/GEMINI.md +1 -1
  187. package/connectors/connect-pandadoc/README.md +2 -2
  188. package/connectors/connect-pandadoc/src/utils/config.ts +2 -2
  189. package/connectors/connect-quo/AGENTS.md +1 -1
  190. package/connectors/connect-quo/CLAUDE.md +1 -1
  191. package/connectors/connect-quo/GEMINI.md +1 -1
  192. package/connectors/connect-quo/README.md +2 -2
  193. package/connectors/connect-quo/src/utils/config.ts +2 -2
  194. package/connectors/connect-reddit/AGENTS.md +2 -2
  195. package/connectors/connect-reddit/CLAUDE.md +2 -2
  196. package/connectors/connect-reddit/GEMINI.md +2 -2
  197. package/connectors/connect-reddit/README.md +2 -2
  198. package/connectors/connect-reddit/src/utils/config.ts +2 -2
  199. package/connectors/connect-reducto/AGENTS.md +1 -1
  200. package/connectors/connect-reducto/CLAUDE.md +1 -1
  201. package/connectors/connect-reducto/GEMINI.md +1 -1
  202. package/connectors/connect-reducto/README.md +2 -2
  203. package/connectors/connect-reducto/src/utils/config.ts +1 -1
  204. package/connectors/connect-resend/AGENTS.md +1 -1
  205. package/connectors/connect-resend/CLAUDE.md +1 -1
  206. package/connectors/connect-resend/GEMINI.md +1 -1
  207. package/connectors/connect-resend/README.md +2 -2
  208. package/connectors/connect-resend/src/utils/config.ts +2 -2
  209. package/connectors/connect-revolut/AGENTS.md +2 -2
  210. package/connectors/connect-revolut/CLAUDE.md +2 -2
  211. package/connectors/connect-revolut/GEMINI.md +2 -2
  212. package/connectors/connect-revolut/README.md +2 -2
  213. package/connectors/connect-revolut/src/utils/config.ts +2 -2
  214. package/connectors/connect-sedo/AGENTS.md +1 -1
  215. package/connectors/connect-sedo/CLAUDE.md +1 -1
  216. package/connectors/connect-sedo/GEMINI.md +1 -1
  217. package/connectors/connect-sedo/README.md +2 -2
  218. package/connectors/connect-sedo/src/utils/config.ts +1 -1
  219. package/connectors/connect-sentry/AGENTS.md +2 -2
  220. package/connectors/connect-sentry/CLAUDE.md +2 -2
  221. package/connectors/connect-sentry/GEMINI.md +2 -2
  222. package/connectors/connect-sentry/README.md +2 -2
  223. package/connectors/connect-sentry/src/utils/config.ts +2 -2
  224. package/connectors/connect-shadcn/AGENTS.md +2 -2
  225. package/connectors/connect-shadcn/CLAUDE.md +2 -2
  226. package/connectors/connect-shadcn/GEMINI.md +2 -2
  227. package/connectors/connect-shadcn/README.md +2 -2
  228. package/connectors/connect-shadcn/src/utils/config.ts +2 -2
  229. package/connectors/connect-shopify/AGENTS.md +2 -2
  230. package/connectors/connect-shopify/CLAUDE.md +2 -2
  231. package/connectors/connect-shopify/GEMINI.md +2 -2
  232. package/connectors/connect-shopify/README.md +2 -2
  233. package/connectors/connect-shopify/package.json +1 -0
  234. package/connectors/connect-shopify/src/utils/config.ts +2 -2
  235. package/connectors/connect-snap/AGENTS.md +1 -1
  236. package/connectors/connect-snap/CLAUDE.md +1 -1
  237. package/connectors/connect-snap/GEMINI.md +1 -1
  238. package/connectors/connect-snap/README.md +2 -2
  239. package/connectors/connect-snap/src/utils/config.ts +2 -2
  240. package/connectors/connect-stabilityai/AGENTS.md +1 -1
  241. package/connectors/connect-stabilityai/CLAUDE.md +1 -1
  242. package/connectors/connect-stabilityai/GEMINI.md +1 -1
  243. package/connectors/connect-stabilityai/README.md +2 -2
  244. package/connectors/connect-stabilityai/src/utils/config.ts +2 -2
  245. package/connectors/connect-stripe/AGENTS.md +2 -2
  246. package/connectors/connect-stripe/CLAUDE.md +2 -2
  247. package/connectors/connect-stripe/GEMINI.md +2 -2
  248. package/connectors/connect-stripe/README.md +2 -2
  249. package/connectors/connect-stripe/src/utils/config.ts +2 -2
  250. package/connectors/connect-stripeatlas/AGENTS.md +2 -2
  251. package/connectors/connect-stripeatlas/CLAUDE.md +2 -2
  252. package/connectors/connect-stripeatlas/GEMINI.md +2 -2
  253. package/connectors/connect-stripeatlas/README.md +2 -2
  254. package/connectors/connect-stripeatlas/src/utils/config.ts +2 -2
  255. package/connectors/connect-substack/AGENTS.md +2 -2
  256. package/connectors/connect-substack/CLAUDE.md +2 -2
  257. package/connectors/connect-substack/GEMINI.md +2 -2
  258. package/connectors/connect-substack/README.md +2 -2
  259. package/connectors/connect-substack/src/utils/config.ts +2 -2
  260. package/connectors/connect-tiktok/AGENTS.md +1 -1
  261. package/connectors/connect-tiktok/CLAUDE.md +1 -1
  262. package/connectors/connect-tiktok/GEMINI.md +1 -1
  263. package/connectors/connect-tiktok/README.md +2 -2
  264. package/connectors/connect-tiktok/src/utils/config.ts +2 -2
  265. package/connectors/connect-tinker/AGENTS.md +2 -2
  266. package/connectors/connect-tinker/CLAUDE.md +2 -2
  267. package/connectors/connect-tinker/GEMINI.md +2 -2
  268. package/connectors/connect-tinker/README.md +2 -2
  269. package/connectors/connect-tinker/src/utils/config.ts +2 -2
  270. package/connectors/connect-twilio/AGENTS.md +1 -1
  271. package/connectors/connect-twilio/CLAUDE.md +1 -1
  272. package/connectors/connect-twilio/GEMINI.md +1 -1
  273. package/connectors/connect-twilio/README.md +2 -2
  274. package/connectors/connect-twilio/src/utils/config.ts +3 -3
  275. package/connectors/connect-uspto/AGENTS.md +1 -1
  276. package/connectors/connect-uspto/CLAUDE.md +1 -1
  277. package/connectors/connect-uspto/GEMINI.md +1 -1
  278. package/connectors/connect-uspto/README.md +2 -2
  279. package/connectors/connect-uspto/src/utils/config.ts +2 -2
  280. package/connectors/connect-webflow/AGENTS.md +2 -2
  281. package/connectors/connect-webflow/CLAUDE.md +2 -2
  282. package/connectors/connect-webflow/GEMINI.md +2 -2
  283. package/connectors/connect-webflow/README.md +2 -2
  284. package/connectors/connect-webflow/package.json +1 -0
  285. package/connectors/connect-webflow/src/utils/config.ts +2 -2
  286. package/connectors/connect-wix/AGENTS.md +2 -2
  287. package/connectors/connect-wix/CLAUDE.md +2 -2
  288. package/connectors/connect-wix/GEMINI.md +2 -2
  289. package/connectors/connect-wix/README.md +2 -2
  290. package/connectors/connect-wix/package.json +1 -0
  291. package/connectors/connect-wix/src/utils/config.ts +2 -2
  292. package/connectors/connect-x/AGENTS.md +1 -1
  293. package/connectors/connect-x/CLAUDE.md +1 -1
  294. package/connectors/connect-x/GEMINI.md +1 -1
  295. package/connectors/connect-x/README.md +2 -2
  296. package/connectors/connect-x/src/utils/config.ts +2 -2
  297. package/connectors/connect-xads/AGENTS.md +2 -2
  298. package/connectors/connect-xads/CLAUDE.md +2 -2
  299. package/connectors/connect-xads/GEMINI.md +2 -2
  300. package/connectors/connect-xads/README.md +2 -2
  301. package/connectors/connect-xads/src/utils/config.ts +1 -1
  302. package/connectors/connect-xai/AGENTS.md +1 -1
  303. package/connectors/connect-xai/CLAUDE.md +1 -1
  304. package/connectors/connect-xai/GEMINI.md +1 -1
  305. package/connectors/connect-xai/README.md +2 -2
  306. package/connectors/connect-xai/src/utils/config.ts +2 -2
  307. package/connectors/connect-youtube/AGENTS.md +1 -1
  308. package/connectors/connect-youtube/CLAUDE.md +1 -1
  309. package/connectors/connect-youtube/GEMINI.md +1 -1
  310. package/connectors/connect-youtube/README.md +2 -2
  311. package/connectors/connect-youtube/src/utils/config.ts +2 -2
  312. package/connectors/connect-zoom/AGENTS.md +2 -2
  313. package/connectors/connect-zoom/CLAUDE.md +2 -2
  314. package/connectors/connect-zoom/GEMINI.md +2 -2
  315. package/connectors/connect-zoom/README.md +2 -2
  316. package/connectors/connect-zoom/src/utils/config.ts +2 -2
  317. package/dashboard/dist/assets/index-DmR_QNtT.css +1 -0
  318. package/dashboard/dist/assets/index-Dp-apHbC.js +284 -0
  319. package/dashboard/dist/index.html +2 -2
  320. package/dist/server/auth.d.ts +20 -0
  321. package/dist/server/serve.d.ts +1 -1
  322. package/package.json +5 -1
  323. package/dashboard/dist/assets/index-BZZ_709y.css +0 -1
  324. package/dashboard/dist/assets/index-CBroKWCD.js +0 -234
@@ -58,7 +58,7 @@ OAuth authentication. Credentials can be set via:
58
58
 
59
59
  ### Multi-Profile Configuration
60
60
 
61
- Profiles stored in `~/.connect/connect-reddit/profiles/`:
61
+ Profiles stored in `~/.connectors/connect-reddit/profiles/`:
62
62
  - Each profile is a separate JSON file
63
63
  - `current_profile` file tracks active profile
64
64
  - `--profile` flag overrides for single command
@@ -163,7 +163,7 @@ connect-reddit profile show # Show current profile
163
163
  ## Data Storage
164
164
 
165
165
  ```
166
- ~/.connect/connect-reddit/
166
+ ~/.connectors/connect-reddit/
167
167
  ├── current_profile # Active profile name
168
168
  └── profiles/
169
169
  ├── default.json # Default profile
@@ -129,10 +129,10 @@ const client = new Reddit({ apiKey: 'YOUR_API_KEY' });
129
129
 
130
130
  ## Data Storage
131
131
 
132
- Configuration stored in `~/.connect/connect-reddit/`:
132
+ Configuration stored in `~/.connectors/connect-reddit/`:
133
133
 
134
134
  ```
135
- ~/.connect/connect-reddit/
135
+ ~/.connectors/connect-reddit/
136
136
  ├── current_profile # Active profile name
137
137
  └── profiles/
138
138
  ├── default.json # Default profile
@@ -18,8 +18,8 @@ export interface ProfileConfig {
18
18
  // Store for --profile flag override (set by CLI before commands run)
19
19
  let profileOverride: string | undefined;
20
20
 
21
- // Config directory: ~/.connect/{connector-name}/
22
- const CONFIG_DIR = join(homedir(), '.connect', CONNECTOR_NAME);
21
+ // Config directory: ~/.connectors/{connector-name}/
22
+ const CONFIG_DIR = join(homedir(), '.connectors', CONNECTOR_NAME);
23
23
  const PROFILES_DIR = join(CONFIG_DIR, 'profiles');
24
24
  const CURRENT_PROFILE_FILE = join(CONFIG_DIR, 'current_profile');
25
25
 
@@ -123,7 +123,7 @@ connect-reducto profile delete <name>
123
123
  ## Data Storage
124
124
 
125
125
  ```
126
- ~/.connect/connect-reducto/
126
+ ~/.connectors/connect-reducto/
127
127
  ├── current_profile # Active profile name
128
128
  └── profiles/
129
129
  ├── default.json # Default profile
@@ -123,7 +123,7 @@ connect-reducto profile delete <name>
123
123
  ## Data Storage
124
124
 
125
125
  ```
126
- ~/.connect/connect-reducto/
126
+ ~/.connectors/connect-reducto/
127
127
  ├── current_profile # Active profile name
128
128
  └── profiles/
129
129
  ├── default.json # Default profile
@@ -123,7 +123,7 @@ connect-reducto profile delete <name>
123
123
  ## Data Storage
124
124
 
125
125
  ```
126
- ~/.connect/connect-reducto/
126
+ ~/.connectors/connect-reducto/
127
127
  ├── current_profile # Active profile name
128
128
  └── profiles/
129
129
  ├── default.json # Default profile
@@ -114,10 +114,10 @@ const client = new Reducto({ apiKey: 'YOUR_API_KEY' });
114
114
 
115
115
  ## Data Storage
116
116
 
117
- Configuration stored in `~/.connect/connect-reducto/`:
117
+ Configuration stored in `~/.connectors/connect-reducto/`:
118
118
 
119
119
  ```
120
- ~/.connect/connect-reducto/
120
+ ~/.connectors/connect-reducto/
121
121
  ├── current_profile # Active profile name
122
122
  └── profiles/
123
123
  ├── default.json # Default profile
@@ -13,7 +13,7 @@ export function setProfileOverride(profile: string): void {
13
13
  }
14
14
 
15
15
  export function getBaseConfigDir(): string {
16
- return join(homedir(), '.connect', APP_NAME);
16
+ return join(homedir(), '.connectors', APP_NAME);
17
17
  }
18
18
 
19
19
  export function getConfigDir(): string {
@@ -63,7 +63,7 @@ API Key authentication. Credentials can be set via:
63
63
  ## Data Storage
64
64
 
65
65
  ```
66
- ~/.connect/connect-resend/
66
+ ~/.connectors/connect-resend/
67
67
  ├── current_profile # Active profile name
68
68
  └── profiles/
69
69
  ├── default.json # Default profile
@@ -63,7 +63,7 @@ API Key authentication. Credentials can be set via:
63
63
  ## Data Storage
64
64
 
65
65
  ```
66
- ~/.connect/connect-resend/
66
+ ~/.connectors/connect-resend/
67
67
  ├── current_profile # Active profile name
68
68
  └── profiles/
69
69
  ├── default.json # Default profile
@@ -63,7 +63,7 @@ API Key authentication. Credentials can be set via:
63
63
  ## Data Storage
64
64
 
65
65
  ```
66
- ~/.connect/connect-resend/
66
+ ~/.connectors/connect-resend/
67
67
  ├── current_profile # Active profile name
68
68
  └── profiles/
69
69
  ├── default.json # Default profile
@@ -63,10 +63,10 @@ const client = new Resend({ apiKey: 'YOUR_API_KEY' });
63
63
 
64
64
  ## Data Storage
65
65
 
66
- Configuration stored in `~/.connect/connect-resend/`:
66
+ Configuration stored in `~/.connectors/connect-resend/`:
67
67
 
68
68
  ```
69
- ~/.connect/connect-resend/
69
+ ~/.connectors/connect-resend/
70
70
  ├── current_profile # Active profile name
71
71
  └── profiles/
72
72
  ├── default.json # Default profile
@@ -12,8 +12,8 @@ export interface ProfileConfig {
12
12
  // Store for --profile flag override (set by CLI before commands run)
13
13
  let profileOverride: string | undefined;
14
14
 
15
- // Config directory: ~/.connect/connect-resend/
16
- const CONFIG_DIR = join(homedir(), '.connect', CONNECTOR_NAME);
15
+ // Config directory: ~/.connectors/connect-resend/
16
+ const CONFIG_DIR = join(homedir(), '.connectors', CONNECTOR_NAME);
17
17
  const PROFILES_DIR = join(CONFIG_DIR, 'profiles');
18
18
  const CURRENT_PROFILE_FILE = join(CONFIG_DIR, 'current_profile');
19
19
 
@@ -58,7 +58,7 @@ Bearer Token authentication. Credentials can be set via:
58
58
 
59
59
  ### Multi-Profile Configuration
60
60
 
61
- Profiles stored in `~/.connect/connect-revolut/profiles/`:
61
+ Profiles stored in `~/.connectors/connect-revolut/profiles/`:
62
62
  - Each profile is a separate JSON file
63
63
  - `current_profile` file tracks active profile
64
64
  - `--profile` flag overrides for single command
@@ -149,7 +149,7 @@ connect-revolut config show
149
149
  ## Data Storage
150
150
 
151
151
  ```
152
- ~/.connect/connect-revolut/
152
+ ~/.connectors/connect-revolut/
153
153
  ├── current_profile # Active profile name
154
154
  └── profiles/
155
155
  ├── default.json # Default profile
@@ -58,7 +58,7 @@ Bearer Token authentication. Credentials can be set via:
58
58
 
59
59
  ### Multi-Profile Configuration
60
60
 
61
- Profiles stored in `~/.connect/connect-revolut/profiles/`:
61
+ Profiles stored in `~/.connectors/connect-revolut/profiles/`:
62
62
  - Each profile is a separate JSON file
63
63
  - `current_profile` file tracks active profile
64
64
  - `--profile` flag overrides for single command
@@ -149,7 +149,7 @@ connect-revolut config show
149
149
  ## Data Storage
150
150
 
151
151
  ```
152
- ~/.connect/connect-revolut/
152
+ ~/.connectors/connect-revolut/
153
153
  ├── current_profile # Active profile name
154
154
  └── profiles/
155
155
  ├── default.json # Default profile
@@ -58,7 +58,7 @@ Bearer Token authentication. Credentials can be set via:
58
58
 
59
59
  ### Multi-Profile Configuration
60
60
 
61
- Profiles stored in `~/.connect/connect-revolut/profiles/`:
61
+ Profiles stored in `~/.connectors/connect-revolut/profiles/`:
62
62
  - Each profile is a separate JSON file
63
63
  - `current_profile` file tracks active profile
64
64
  - `--profile` flag overrides for single command
@@ -149,7 +149,7 @@ connect-revolut config show
149
149
  ## Data Storage
150
150
 
151
151
  ```
152
- ~/.connect/connect-revolut/
152
+ ~/.connectors/connect-revolut/
153
153
  ├── current_profile # Active profile name
154
154
  └── profiles/
155
155
  ├── default.json # Default profile
@@ -114,10 +114,10 @@ const client = new Revolut({ apiKey: 'YOUR_API_KEY' });
114
114
 
115
115
  ## Data Storage
116
116
 
117
- Configuration stored in `~/.connect/connect-revolut/`:
117
+ Configuration stored in `~/.connectors/connect-revolut/`:
118
118
 
119
119
  ```
120
- ~/.connect/connect-revolut/
120
+ ~/.connectors/connect-revolut/
121
121
  ├── current_profile # Active profile name
122
122
  └── profiles/
123
123
  ├── default.json # Default profile
@@ -13,8 +13,8 @@ export interface ProfileConfig {
13
13
  // Store for --profile flag override (set by CLI before commands run)
14
14
  let profileOverride: string | undefined;
15
15
 
16
- // Config directory: ~/.connect/{connector-name}/
17
- const CONFIG_DIR = join(homedir(), '.connect', CONNECTOR_NAME);
16
+ // Config directory: ~/.connectors/{connector-name}/
17
+ const CONFIG_DIR = join(homedir(), '.connectors', CONNECTOR_NAME);
18
18
  const PROFILES_DIR = join(CONFIG_DIR, 'profiles');
19
19
  const CURRENT_PROFILE_FILE = join(CONFIG_DIR, 'current_profile');
20
20
 
@@ -98,7 +98,7 @@ connect-sedo domains remove example.com
98
98
  ## Data Storage
99
99
 
100
100
  ```
101
- ~/.connect/connect-sedo/
101
+ ~/.connectors/connect-sedo/
102
102
  ├── current_profile # Active profile name
103
103
  └── profiles/
104
104
  ├── default.json # Default profile
@@ -98,7 +98,7 @@ connect-sedo domains remove example.com
98
98
  ## Data Storage
99
99
 
100
100
  ```
101
- ~/.connect/connect-sedo/
101
+ ~/.connectors/connect-sedo/
102
102
  ├── current_profile # Active profile name
103
103
  └── profiles/
104
104
  ├── default.json # Default profile
@@ -98,7 +98,7 @@ connect-sedo domains remove example.com
98
98
  ## Data Storage
99
99
 
100
100
  ```
101
- ~/.connect/connect-sedo/
101
+ ~/.connectors/connect-sedo/
102
102
  ├── current_profile # Active profile name
103
103
  └── profiles/
104
104
  ├── default.json # Default profile
@@ -81,10 +81,10 @@ const client = new Sedo({ apiKey: 'YOUR_API_KEY' });
81
81
 
82
82
  ## Data Storage
83
83
 
84
- Configuration stored in `~/.connect/connect-sedo/`:
84
+ Configuration stored in `~/.connectors/connect-sedo/`:
85
85
 
86
86
  ```
87
- ~/.connect/connect-sedo/
87
+ ~/.connectors/connect-sedo/
88
88
  ├── current_profile # Active profile name
89
89
  └── profiles/
90
90
  ├── default.json # Default profile
@@ -13,7 +13,7 @@ interface GlobalConfig {
13
13
  activeProfile?: string;
14
14
  }
15
15
 
16
- const CONFIG_DIR = join(homedir(), '.connect', 'connect-sedo');
16
+ const CONFIG_DIR = join(homedir(), '.connectors', 'connect-sedo');
17
17
  const PROFILES_DIR = join(CONFIG_DIR, 'profiles');
18
18
  const GLOBAL_CONFIG_FILE = join(CONFIG_DIR, 'config.json');
19
19
  const DEFAULT_PROFILE = 'default';
@@ -58,7 +58,7 @@ Bearer Token authentication. Credentials can be set via:
58
58
 
59
59
  ### Multi-Profile Configuration
60
60
 
61
- Profiles stored in `~/.connect/sentry/profiles/`:
61
+ Profiles stored in `~/.connectors/sentry/profiles/`:
62
62
  - Each profile is a separate JSON file
63
63
  - `current_profile` file tracks active profile
64
64
  - `--profile` flag overrides for single command
@@ -89,7 +89,7 @@ Sentry uses Bearer token authentication in `src/api/client.ts`:
89
89
  ## Data Storage
90
90
 
91
91
  ```
92
- ~/.connect/connect-sentry/
92
+ ~/.connectors/connect-sentry/
93
93
  ├── current_profile # Active profile name
94
94
  └── profiles/
95
95
  ├── default.json # Default profile
@@ -58,7 +58,7 @@ Bearer Token authentication. Credentials can be set via:
58
58
 
59
59
  ### Multi-Profile Configuration
60
60
 
61
- Profiles stored in `~/.connect/sentry/profiles/`:
61
+ Profiles stored in `~/.connectors/sentry/profiles/`:
62
62
  - Each profile is a separate JSON file
63
63
  - `current_profile` file tracks active profile
64
64
  - `--profile` flag overrides for single command
@@ -89,7 +89,7 @@ Sentry uses Bearer token authentication in `src/api/client.ts`:
89
89
  ## Data Storage
90
90
 
91
91
  ```
92
- ~/.connect/connect-sentry/
92
+ ~/.connectors/connect-sentry/
93
93
  ├── current_profile # Active profile name
94
94
  └── profiles/
95
95
  ├── default.json # Default profile
@@ -58,7 +58,7 @@ Bearer Token authentication. Credentials can be set via:
58
58
 
59
59
  ### Multi-Profile Configuration
60
60
 
61
- Profiles stored in `~/.connect/sentry/profiles/`:
61
+ Profiles stored in `~/.connectors/sentry/profiles/`:
62
62
  - Each profile is a separate JSON file
63
63
  - `current_profile` file tracks active profile
64
64
  - `--profile` flag overrides for single command
@@ -89,7 +89,7 @@ Sentry uses Bearer token authentication in `src/api/client.ts`:
89
89
  ## Data Storage
90
90
 
91
91
  ```
92
- ~/.connect/connect-sentry/
92
+ ~/.connectors/connect-sentry/
93
93
  ├── current_profile # Active profile name
94
94
  └── profiles/
95
95
  ├── default.json # Default profile
@@ -65,10 +65,10 @@ const client = new Sentry({ apiKey: 'YOUR_API_KEY' });
65
65
 
66
66
  ## Data Storage
67
67
 
68
- Configuration stored in `~/.connect/connect-sentry/`:
68
+ Configuration stored in `~/.connectors/connect-sentry/`:
69
69
 
70
70
  ```
71
- ~/.connect/connect-sentry/
71
+ ~/.connectors/connect-sentry/
72
72
  ├── current_profile # Active profile name
73
73
  └── profiles/
74
74
  ├── default.json # Default profile
@@ -14,8 +14,8 @@ export interface ProfileConfig {
14
14
  // Store for --profile flag override (set by CLI before commands run)
15
15
  let profileOverride: string | undefined;
16
16
 
17
- // Config directory: ~/.connect/sentry/
18
- const CONFIG_DIR = join(homedir(), '.connect', CONNECTOR_NAME);
17
+ // Config directory: ~/.connectors/sentry/
18
+ const CONFIG_DIR = join(homedir(), '.connectors', CONNECTOR_NAME);
19
19
  const PROFILES_DIR = join(CONFIG_DIR, 'profiles');
20
20
  const CURRENT_PROFILE_FILE = join(CONFIG_DIR, 'current_profile');
21
21
 
@@ -68,7 +68,7 @@ spawn('npx', ['shadcn@latest', ...args], {
68
68
 
69
69
  ### Multi-Profile Configuration
70
70
 
71
- Profiles stored in `~/.connect/connect-shadcn/profiles/`:
71
+ Profiles stored in `~/.connectors/connect-shadcn/profiles/`:
72
72
  - Each profile is a separate JSON file
73
73
  - `current_profile` file tracks active profile
74
74
  - `--profile` flag overrides for single command
@@ -91,7 +91,7 @@ Profiles stored in `~/.connect/connect-shadcn/profiles/`:
91
91
  ## Data Storage
92
92
 
93
93
  ```
94
- ~/.connect/connect-shadcn/
94
+ ~/.connectors/connect-shadcn/
95
95
  ├── current_profile # Active profile name
96
96
  └── profiles/
97
97
  ├── default.json # Default profile
@@ -68,7 +68,7 @@ spawn('npx', ['shadcn@latest', ...args], {
68
68
 
69
69
  ### Multi-Profile Configuration
70
70
 
71
- Profiles stored in `~/.connect/connect-shadcn/profiles/`:
71
+ Profiles stored in `~/.connectors/connect-shadcn/profiles/`:
72
72
  - Each profile is a separate JSON file
73
73
  - `current_profile` file tracks active profile
74
74
  - `--profile` flag overrides for single command
@@ -91,7 +91,7 @@ Profiles stored in `~/.connect/connect-shadcn/profiles/`:
91
91
  ## Data Storage
92
92
 
93
93
  ```
94
- ~/.connect/connect-shadcn/
94
+ ~/.connectors/connect-shadcn/
95
95
  ├── current_profile # Active profile name
96
96
  └── profiles/
97
97
  ├── default.json # Default profile
@@ -68,7 +68,7 @@ spawn('npx', ['shadcn@latest', ...args], {
68
68
 
69
69
  ### Multi-Profile Configuration
70
70
 
71
- Profiles stored in `~/.connect/connect-shadcn/profiles/`:
71
+ Profiles stored in `~/.connectors/connect-shadcn/profiles/`:
72
72
  - Each profile is a separate JSON file
73
73
  - `current_profile` file tracks active profile
74
74
  - `--profile` flag overrides for single command
@@ -91,7 +91,7 @@ Profiles stored in `~/.connect/connect-shadcn/profiles/`:
91
91
  ## Data Storage
92
92
 
93
93
  ```
94
- ~/.connect/connect-shadcn/
94
+ ~/.connectors/connect-shadcn/
95
95
  ├── current_profile # Active profile name
96
96
  └── profiles/
97
97
  ├── default.json # Default profile
@@ -63,10 +63,10 @@ const client = new Shadcn({ apiKey: 'YOUR_API_KEY' });
63
63
 
64
64
  ## Data Storage
65
65
 
66
- Configuration stored in `~/.connect/connect-shadcn/`:
66
+ Configuration stored in `~/.connectors/connect-shadcn/`:
67
67
 
68
68
  ```
69
- ~/.connect/connect-shadcn/
69
+ ~/.connectors/connect-shadcn/
70
70
  ├── current_profile # Active profile name
71
71
  └── profiles/
72
72
  ├── default.json # Default profile
@@ -13,8 +13,8 @@ export interface ProfileConfig {
13
13
  // Store for --profile flag override (set by CLI before commands run)
14
14
  let profileOverride: string | undefined;
15
15
 
16
- // Config directory: ~/.connect/{connector-name}/
17
- const CONFIG_DIR = join(homedir(), '.connect', CONNECTOR_NAME);
16
+ // Config directory: ~/.connectors/{connector-name}/
17
+ const CONFIG_DIR = join(homedir(), '.connectors', CONNECTOR_NAME);
18
18
  const PROFILES_DIR = join(CONFIG_DIR, 'profiles');
19
19
  const CURRENT_PROFILE_FILE = join(CONFIG_DIR, 'current_profile');
20
20
 
@@ -58,7 +58,7 @@ API Key authentication. Credentials can be set via:
58
58
 
59
59
  ### Multi-Profile Configuration
60
60
 
61
- Profiles stored in `~/.connect/connect-shopify/profiles/`:
61
+ Profiles stored in `~/.connectors/connect-shopify/profiles/`:
62
62
  - Each profile is a separate JSON file
63
63
  - `current_profile` file tracks active profile
64
64
  - `--profile` flag overrides for single command
@@ -157,7 +157,7 @@ connect-shopify config show
157
157
  ## Data Storage
158
158
 
159
159
  ```
160
- ~/.connect/connect-shopify/
160
+ ~/.connectors/connect-shopify/
161
161
  ├── current_profile # Active profile name
162
162
  └── profiles/
163
163
  ├── default.json # Default profile
@@ -58,7 +58,7 @@ API Key authentication. Credentials can be set via:
58
58
 
59
59
  ### Multi-Profile Configuration
60
60
 
61
- Profiles stored in `~/.connect/connect-shopify/profiles/`:
61
+ Profiles stored in `~/.connectors/connect-shopify/profiles/`:
62
62
  - Each profile is a separate JSON file
63
63
  - `current_profile` file tracks active profile
64
64
  - `--profile` flag overrides for single command
@@ -157,7 +157,7 @@ connect-shopify config show
157
157
  ## Data Storage
158
158
 
159
159
  ```
160
- ~/.connect/connect-shopify/
160
+ ~/.connectors/connect-shopify/
161
161
  ├── current_profile # Active profile name
162
162
  └── profiles/
163
163
  ├── default.json # Default profile
@@ -58,7 +58,7 @@ API Key authentication. Credentials can be set via:
58
58
 
59
59
  ### Multi-Profile Configuration
60
60
 
61
- Profiles stored in `~/.connect/connect-shopify/profiles/`:
61
+ Profiles stored in `~/.connectors/connect-shopify/profiles/`:
62
62
  - Each profile is a separate JSON file
63
63
  - `current_profile` file tracks active profile
64
64
  - `--profile` flag overrides for single command
@@ -157,7 +157,7 @@ connect-shopify config show
157
157
  ## Data Storage
158
158
 
159
159
  ```
160
- ~/.connect/connect-shopify/
160
+ ~/.connectors/connect-shopify/
161
161
  ├── current_profile # Active profile name
162
162
  └── profiles/
163
163
  ├── default.json # Default profile
@@ -122,10 +122,10 @@ const client = new Shopify({ apiKey: 'YOUR_API_KEY' });
122
122
 
123
123
  ## Data Storage
124
124
 
125
- Configuration stored in `~/.connect/connect-shopify/`:
125
+ Configuration stored in `~/.connectors/connect-shopify/`:
126
126
 
127
127
  ```
128
- ~/.connect/connect-shopify/
128
+ ~/.connectors/connect-shopify/
129
129
  ├── current_profile # Active profile name
130
130
  └── profiles/
131
131
  ├── default.json # Default profile
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@hasna/connect-shopify",
3
3
  "version": "0.1.0",
4
+ "license": "Apache-2.0",
4
5
  "description": "Shopify Admin API connector - Products, Orders, Customers, Inventory management",
5
6
  "type": "module",
6
7
  "main": "./dist/index.js",
@@ -15,8 +15,8 @@ export interface ProfileConfig {
15
15
  // Store for --profile flag override (set by CLI before commands run)
16
16
  let profileOverride: string | undefined;
17
17
 
18
- // Config directory: ~/.connect/{connector-name}/
19
- const CONFIG_DIR = join(homedir(), '.connect', CONNECTOR_NAME);
18
+ // Config directory: ~/.connectors/{connector-name}/
19
+ const CONFIG_DIR = join(homedir(), '.connectors', CONNECTOR_NAME);
20
20
  const PROFILES_DIR = join(CONFIG_DIR, 'profiles');
21
21
  const CURRENT_PROFILE_FILE = join(CONFIG_DIR, 'current_profile');
22
22
 
@@ -63,7 +63,7 @@ API Key authentication. Credentials can be set via:
63
63
  ## Data Storage
64
64
 
65
65
  ```
66
- ~/.connect/connect-snap/
66
+ ~/.connectors/connect-snap/
67
67
  ├── current_profile # Active profile name
68
68
  └── profiles/
69
69
  ├── default.json # Default profile
@@ -63,7 +63,7 @@ API Key authentication. Credentials can be set via:
63
63
  ## Data Storage
64
64
 
65
65
  ```
66
- ~/.connect/connect-snap/
66
+ ~/.connectors/connect-snap/
67
67
  ├── current_profile # Active profile name
68
68
  └── profiles/
69
69
  ├── default.json # Default profile
@@ -63,7 +63,7 @@ API Key authentication. Credentials can be set via:
63
63
  ## Data Storage
64
64
 
65
65
  ```
66
- ~/.connect/connect-snap/
66
+ ~/.connectors/connect-snap/
67
67
  ├── current_profile # Active profile name
68
68
  └── profiles/
69
69
  ├── default.json # Default profile
@@ -63,10 +63,10 @@ const client = new Snap({ apiKey: 'YOUR_API_KEY' });
63
63
 
64
64
  ## Data Storage
65
65
 
66
- Configuration stored in `~/.connect/connect-snap/`:
66
+ Configuration stored in `~/.connectors/connect-snap/`:
67
67
 
68
68
  ```
69
- ~/.connect/connect-snap/
69
+ ~/.connectors/connect-snap/
70
70
  ├── current_profile # Active profile name
71
71
  └── profiles/
72
72
  ├── default.json # Default profile
@@ -22,9 +22,9 @@ export interface ProfileConfig {
22
22
  // Store for --profile flag override (set by CLI before commands run)
23
23
  let profileOverride: string | undefined;
24
24
 
25
- // Store config in ~/.connect/connect-snap/ (always in home directory)
25
+ // Store config in ~/.connectors/connect-snap/ (always in home directory)
26
26
  function resolveBaseConfigDir(): string {
27
- return join(homedir(), '.connect', CONNECTOR_NAME);
27
+ return join(homedir(), '.connectors', CONNECTOR_NAME);
28
28
  }
29
29
 
30
30
  const BASE_CONFIG_DIR = resolveBaseConfigDir();
@@ -63,7 +63,7 @@ API Key authentication. Credentials can be set via:
63
63
  ## Data Storage
64
64
 
65
65
  ```
66
- ~/.connect/connect-stabilityai/
66
+ ~/.connectors/connect-stabilityai/
67
67
  ├── current_profile # Active profile name
68
68
  └── profiles/
69
69
  ├── default.json # Default profile
@@ -63,7 +63,7 @@ API Key authentication. Credentials can be set via:
63
63
  ## Data Storage
64
64
 
65
65
  ```
66
- ~/.connect/connect-stabilityai/
66
+ ~/.connectors/connect-stabilityai/
67
67
  ├── current_profile # Active profile name
68
68
  └── profiles/
69
69
  ├── default.json # Default profile
@@ -63,7 +63,7 @@ API Key authentication. Credentials can be set via:
63
63
  ## Data Storage
64
64
 
65
65
  ```
66
- ~/.connect/connect-stabilityai/
66
+ ~/.connectors/connect-stabilityai/
67
67
  ├── current_profile # Active profile name
68
68
  └── profiles/
69
69
  ├── default.json # Default profile