@hasna/microservices 0.0.15 → 0.0.17

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 (296) hide show
  1. package/README.md +120 -138
  2. package/bin/index.js +703 -12728
  3. package/bin/mcp.js +250 -9726
  4. package/dist/index.js +170 -9407
  5. package/package.json +25 -25
  6. package/microservices/microservice-ads/package.json +0 -27
  7. package/microservices/microservice-ads/src/cli/index.ts +0 -605
  8. package/microservices/microservice-ads/src/db/campaigns.ts +0 -797
  9. package/microservices/microservice-ads/src/db/database.ts +0 -93
  10. package/microservices/microservice-ads/src/db/migrations.ts +0 -60
  11. package/microservices/microservice-ads/src/index.ts +0 -39
  12. package/microservices/microservice-ads/src/mcp/index.ts +0 -480
  13. package/microservices/microservice-analytics/package.json +0 -27
  14. package/microservices/microservice-analytics/src/cli/index.ts +0 -373
  15. package/microservices/microservice-analytics/src/db/analytics.ts +0 -564
  16. package/microservices/microservice-analytics/src/db/database.ts +0 -93
  17. package/microservices/microservice-analytics/src/db/migrations.ts +0 -50
  18. package/microservices/microservice-analytics/src/index.ts +0 -37
  19. package/microservices/microservice-analytics/src/mcp/index.ts +0 -334
  20. package/microservices/microservice-assets/package.json +0 -27
  21. package/microservices/microservice-assets/src/cli/index.ts +0 -375
  22. package/microservices/microservice-assets/src/db/assets.ts +0 -370
  23. package/microservices/microservice-assets/src/db/database.ts +0 -93
  24. package/microservices/microservice-assets/src/db/migrations.ts +0 -51
  25. package/microservices/microservice-assets/src/index.ts +0 -32
  26. package/microservices/microservice-assets/src/mcp/index.ts +0 -346
  27. package/microservices/microservice-bookkeeping/package.json +0 -27
  28. package/microservices/microservice-bookkeeping/src/cli/index.ts +0 -386
  29. package/microservices/microservice-bookkeeping/src/db/bookkeeping.ts +0 -591
  30. package/microservices/microservice-bookkeeping/src/db/database.ts +0 -93
  31. package/microservices/microservice-bookkeeping/src/db/migrations.ts +0 -52
  32. package/microservices/microservice-bookkeeping/src/index.ts +0 -32
  33. package/microservices/microservice-bookkeeping/src/mcp/index.ts +0 -284
  34. package/microservices/microservice-calendar/package.json +0 -27
  35. package/microservices/microservice-calendar/src/cli/index.ts +0 -287
  36. package/microservices/microservice-calendar/src/db/calendar.ts +0 -328
  37. package/microservices/microservice-calendar/src/db/database.ts +0 -82
  38. package/microservices/microservice-calendar/src/db/migrations.ts +0 -47
  39. package/microservices/microservice-calendar/src/index.ts +0 -24
  40. package/microservices/microservice-calendar/src/mcp/index.ts +0 -226
  41. package/microservices/microservice-company/package.json +0 -27
  42. package/microservices/microservice-company/src/cli/index.ts +0 -1126
  43. package/microservices/microservice-company/src/db/company.ts +0 -854
  44. package/microservices/microservice-company/src/db/database.ts +0 -93
  45. package/microservices/microservice-company/src/db/migrations.ts +0 -214
  46. package/microservices/microservice-company/src/db/workflow-migrations.ts +0 -44
  47. package/microservices/microservice-company/src/index.ts +0 -60
  48. package/microservices/microservice-company/src/lib/audit.ts +0 -168
  49. package/microservices/microservice-company/src/lib/finance.ts +0 -299
  50. package/microservices/microservice-company/src/lib/settings.ts +0 -85
  51. package/microservices/microservice-company/src/lib/workflows.ts +0 -698
  52. package/microservices/microservice-company/src/mcp/index.ts +0 -991
  53. package/microservices/microservice-compliance/package.json +0 -27
  54. package/microservices/microservice-compliance/src/cli/index.ts +0 -467
  55. package/microservices/microservice-compliance/src/db/compliance.ts +0 -633
  56. package/microservices/microservice-compliance/src/db/database.ts +0 -93
  57. package/microservices/microservice-compliance/src/db/migrations.ts +0 -63
  58. package/microservices/microservice-compliance/src/index.ts +0 -46
  59. package/microservices/microservice-compliance/src/mcp/index.ts +0 -438
  60. package/microservices/microservice-contacts/package.json +0 -27
  61. package/microservices/microservice-contacts/src/cli/index.ts +0 -393
  62. package/microservices/microservice-contacts/src/db/companies.ts +0 -167
  63. package/microservices/microservice-contacts/src/db/contacts.ts +0 -249
  64. package/microservices/microservice-contacts/src/db/database.ts +0 -93
  65. package/microservices/microservice-contacts/src/db/migrations.ts +0 -71
  66. package/microservices/microservice-contacts/src/db/relationships.ts +0 -53
  67. package/microservices/microservice-contacts/src/index.ts +0 -42
  68. package/microservices/microservice-contacts/src/mcp/index.ts +0 -303
  69. package/microservices/microservice-contracts/package.json +0 -27
  70. package/microservices/microservice-contracts/src/cli/index.ts +0 -770
  71. package/microservices/microservice-contracts/src/db/contracts.ts +0 -925
  72. package/microservices/microservice-contracts/src/db/database.ts +0 -93
  73. package/microservices/microservice-contracts/src/db/migrations.ts +0 -141
  74. package/microservices/microservice-contracts/src/index.ts +0 -43
  75. package/microservices/microservice-contracts/src/mcp/index.ts +0 -617
  76. package/microservices/microservice-crm/package.json +0 -27
  77. package/microservices/microservice-crm/src/cli/index.ts +0 -396
  78. package/microservices/microservice-crm/src/db/database.ts +0 -82
  79. package/microservices/microservice-crm/src/db/migrations.ts +0 -66
  80. package/microservices/microservice-crm/src/db/pipeline.ts +0 -397
  81. package/microservices/microservice-crm/src/index.ts +0 -34
  82. package/microservices/microservice-crm/src/mcp/index.ts +0 -294
  83. package/microservices/microservice-documents/package.json +0 -27
  84. package/microservices/microservice-documents/src/cli/index.ts +0 -246
  85. package/microservices/microservice-documents/src/db/database.ts +0 -82
  86. package/microservices/microservice-documents/src/db/documents.ts +0 -316
  87. package/microservices/microservice-documents/src/db/migrations.ts +0 -49
  88. package/microservices/microservice-documents/src/index.ts +0 -24
  89. package/microservices/microservice-documents/src/mcp/index.ts +0 -202
  90. package/microservices/microservice-domains/package.json +0 -27
  91. package/microservices/microservice-domains/src/cli/index.ts +0 -1111
  92. package/microservices/microservice-domains/src/db/database.ts +0 -93
  93. package/microservices/microservice-domains/src/db/domains.ts +0 -1164
  94. package/microservices/microservice-domains/src/db/migrations.ts +0 -60
  95. package/microservices/microservice-domains/src/index.ts +0 -65
  96. package/microservices/microservice-domains/src/lib/brandsight.ts +0 -350
  97. package/microservices/microservice-domains/src/lib/godaddy.ts +0 -338
  98. package/microservices/microservice-domains/src/lib/namecheap.ts +0 -262
  99. package/microservices/microservice-domains/src/lib/registrar.ts +0 -355
  100. package/microservices/microservice-domains/src/mcp/index.ts +0 -781
  101. package/microservices/microservice-expenses/package.json +0 -27
  102. package/microservices/microservice-expenses/src/cli/index.ts +0 -267
  103. package/microservices/microservice-expenses/src/db/database.ts +0 -82
  104. package/microservices/microservice-expenses/src/db/expenses.ts +0 -345
  105. package/microservices/microservice-expenses/src/db/migrations.ts +0 -45
  106. package/microservices/microservice-expenses/src/index.ts +0 -25
  107. package/microservices/microservice-expenses/src/mcp/index.ts +0 -196
  108. package/microservices/microservice-habits/package.json +0 -27
  109. package/microservices/microservice-habits/src/cli/index.ts +0 -315
  110. package/microservices/microservice-habits/src/db/database.ts +0 -93
  111. package/microservices/microservice-habits/src/db/habits.ts +0 -451
  112. package/microservices/microservice-habits/src/db/migrations.ts +0 -46
  113. package/microservices/microservice-habits/src/index.ts +0 -31
  114. package/microservices/microservice-habits/src/mcp/index.ts +0 -313
  115. package/microservices/microservice-health/package.json +0 -27
  116. package/microservices/microservice-health/src/cli/index.ts +0 -484
  117. package/microservices/microservice-health/src/db/database.ts +0 -93
  118. package/microservices/microservice-health/src/db/health.ts +0 -708
  119. package/microservices/microservice-health/src/db/migrations.ts +0 -70
  120. package/microservices/microservice-health/src/index.ts +0 -63
  121. package/microservices/microservice-health/src/mcp/index.ts +0 -437
  122. package/microservices/microservice-hiring/package.json +0 -27
  123. package/microservices/microservice-hiring/src/cli/index.ts +0 -741
  124. package/microservices/microservice-hiring/src/db/database.ts +0 -93
  125. package/microservices/microservice-hiring/src/db/hiring.ts +0 -1085
  126. package/microservices/microservice-hiring/src/db/migrations.ts +0 -89
  127. package/microservices/microservice-hiring/src/index.ts +0 -80
  128. package/microservices/microservice-hiring/src/lib/scoring.ts +0 -206
  129. package/microservices/microservice-hiring/src/mcp/index.ts +0 -709
  130. package/microservices/microservice-inventory/package.json +0 -27
  131. package/microservices/microservice-inventory/src/cli/index.ts +0 -365
  132. package/microservices/microservice-inventory/src/db/database.ts +0 -82
  133. package/microservices/microservice-inventory/src/db/inventory.ts +0 -393
  134. package/microservices/microservice-inventory/src/db/migrations.ts +0 -54
  135. package/microservices/microservice-inventory/src/index.ts +0 -28
  136. package/microservices/microservice-inventory/src/mcp/index.ts +0 -250
  137. package/microservices/microservice-invoices/dashboard/dist/assets/index-Bngq7FNM.css +0 -1
  138. package/microservices/microservice-invoices/dashboard/dist/assets/index-aHW4ARZR.js +0 -124
  139. package/microservices/microservice-invoices/dashboard/dist/index.html +0 -13
  140. package/microservices/microservice-invoices/dashboard/index.html +0 -12
  141. package/microservices/microservice-invoices/dashboard/package.json +0 -29
  142. package/microservices/microservice-invoices/dashboard/tsconfig.json +0 -14
  143. package/microservices/microservice-invoices/dashboard/vite.config.ts +0 -15
  144. package/microservices/microservice-invoices/package.json +0 -30
  145. package/microservices/microservice-invoices/src/cli/index.ts +0 -308
  146. package/microservices/microservice-invoices/src/db/business.ts +0 -241
  147. package/microservices/microservice-invoices/src/db/clients.ts +0 -127
  148. package/microservices/microservice-invoices/src/db/database.ts +0 -82
  149. package/microservices/microservice-invoices/src/db/invoices.ts +0 -345
  150. package/microservices/microservice-invoices/src/db/migrations.ts +0 -184
  151. package/microservices/microservice-invoices/src/index.ts +0 -56
  152. package/microservices/microservice-invoices/src/mcp/index.ts +0 -242
  153. package/microservices/microservice-invoices/src/server/index.ts +0 -162
  154. package/microservices/microservice-leads/package.json +0 -27
  155. package/microservices/microservice-leads/src/cli/index.ts +0 -596
  156. package/microservices/microservice-leads/src/db/database.ts +0 -93
  157. package/microservices/microservice-leads/src/db/leads.ts +0 -520
  158. package/microservices/microservice-leads/src/db/lists.ts +0 -151
  159. package/microservices/microservice-leads/src/db/migrations.ts +0 -93
  160. package/microservices/microservice-leads/src/index.ts +0 -65
  161. package/microservices/microservice-leads/src/lib/enrichment.ts +0 -202
  162. package/microservices/microservice-leads/src/lib/scoring.ts +0 -134
  163. package/microservices/microservice-leads/src/mcp/index.ts +0 -533
  164. package/microservices/microservice-notes/package.json +0 -27
  165. package/microservices/microservice-notes/src/cli/index.ts +0 -63
  166. package/microservices/microservice-notes/src/db/database.ts +0 -93
  167. package/microservices/microservice-notes/src/db/migrations.ts +0 -40
  168. package/microservices/microservice-notes/src/db/notes.ts +0 -114
  169. package/microservices/microservice-notes/src/index.ts +0 -2
  170. package/microservices/microservice-notes/src/mcp/index.ts +0 -37
  171. package/microservices/microservice-notifications/package.json +0 -27
  172. package/microservices/microservice-notifications/src/cli/index.ts +0 -349
  173. package/microservices/microservice-notifications/src/db/database.ts +0 -93
  174. package/microservices/microservice-notifications/src/db/migrations.ts +0 -62
  175. package/microservices/microservice-notifications/src/db/notifications.ts +0 -509
  176. package/microservices/microservice-notifications/src/index.ts +0 -41
  177. package/microservices/microservice-notifications/src/mcp/index.ts +0 -422
  178. package/microservices/microservice-payments/package.json +0 -27
  179. package/microservices/microservice-payments/src/cli/index.ts +0 -609
  180. package/microservices/microservice-payments/src/db/database.ts +0 -93
  181. package/microservices/microservice-payments/src/db/migrations.ts +0 -81
  182. package/microservices/microservice-payments/src/db/payments.ts +0 -1204
  183. package/microservices/microservice-payments/src/index.ts +0 -51
  184. package/microservices/microservice-payments/src/mcp/index.ts +0 -683
  185. package/microservices/microservice-payroll/package.json +0 -27
  186. package/microservices/microservice-payroll/src/cli/index.ts +0 -643
  187. package/microservices/microservice-payroll/src/db/database.ts +0 -93
  188. package/microservices/microservice-payroll/src/db/migrations.ts +0 -95
  189. package/microservices/microservice-payroll/src/db/payroll.ts +0 -1377
  190. package/microservices/microservice-payroll/src/index.ts +0 -48
  191. package/microservices/microservice-payroll/src/mcp/index.ts +0 -666
  192. package/microservices/microservice-products/package.json +0 -27
  193. package/microservices/microservice-products/src/cli/index.ts +0 -416
  194. package/microservices/microservice-products/src/db/categories.ts +0 -154
  195. package/microservices/microservice-products/src/db/database.ts +0 -93
  196. package/microservices/microservice-products/src/db/migrations.ts +0 -58
  197. package/microservices/microservice-products/src/db/pricing-tiers.ts +0 -66
  198. package/microservices/microservice-products/src/db/products.ts +0 -452
  199. package/microservices/microservice-products/src/index.ts +0 -53
  200. package/microservices/microservice-products/src/mcp/index.ts +0 -453
  201. package/microservices/microservice-projects/package.json +0 -27
  202. package/microservices/microservice-projects/src/cli/index.ts +0 -480
  203. package/microservices/microservice-projects/src/db/database.ts +0 -93
  204. package/microservices/microservice-projects/src/db/migrations.ts +0 -65
  205. package/microservices/microservice-projects/src/db/projects.ts +0 -715
  206. package/microservices/microservice-projects/src/index.ts +0 -57
  207. package/microservices/microservice-projects/src/mcp/index.ts +0 -501
  208. package/microservices/microservice-proposals/package.json +0 -27
  209. package/microservices/microservice-proposals/src/cli/index.ts +0 -400
  210. package/microservices/microservice-proposals/src/db/database.ts +0 -93
  211. package/microservices/microservice-proposals/src/db/migrations.ts +0 -52
  212. package/microservices/microservice-proposals/src/db/proposals.ts +0 -532
  213. package/microservices/microservice-proposals/src/index.ts +0 -37
  214. package/microservices/microservice-proposals/src/mcp/index.ts +0 -375
  215. package/microservices/microservice-reading/package.json +0 -27
  216. package/microservices/microservice-reading/src/cli/index.ts +0 -464
  217. package/microservices/microservice-reading/src/db/database.ts +0 -93
  218. package/microservices/microservice-reading/src/db/migrations.ts +0 -59
  219. package/microservices/microservice-reading/src/db/reading.ts +0 -524
  220. package/microservices/microservice-reading/src/index.ts +0 -51
  221. package/microservices/microservice-reading/src/mcp/index.ts +0 -368
  222. package/microservices/microservice-shipping/package.json +0 -27
  223. package/microservices/microservice-shipping/src/cli/index.ts +0 -606
  224. package/microservices/microservice-shipping/src/db/database.ts +0 -93
  225. package/microservices/microservice-shipping/src/db/migrations.ts +0 -69
  226. package/microservices/microservice-shipping/src/db/shipping.ts +0 -1093
  227. package/microservices/microservice-shipping/src/index.ts +0 -53
  228. package/microservices/microservice-shipping/src/mcp/index.ts +0 -533
  229. package/microservices/microservice-social/package.json +0 -28
  230. package/microservices/microservice-social/src/cli/index.ts +0 -1583
  231. package/microservices/microservice-social/src/db/database.ts +0 -93
  232. package/microservices/microservice-social/src/db/migrations.ts +0 -160
  233. package/microservices/microservice-social/src/db/social.ts +0 -1076
  234. package/microservices/microservice-social/src/index.ts +0 -46
  235. package/microservices/microservice-social/src/lib/audience.ts +0 -353
  236. package/microservices/microservice-social/src/lib/content-ai.ts +0 -278
  237. package/microservices/microservice-social/src/lib/media.ts +0 -311
  238. package/microservices/microservice-social/src/lib/mentions.ts +0 -434
  239. package/microservices/microservice-social/src/lib/metrics-sync.ts +0 -264
  240. package/microservices/microservice-social/src/lib/publisher.ts +0 -377
  241. package/microservices/microservice-social/src/lib/scheduler.ts +0 -229
  242. package/microservices/microservice-social/src/lib/sentiment.ts +0 -256
  243. package/microservices/microservice-social/src/lib/threads.ts +0 -291
  244. package/microservices/microservice-social/src/mcp/index.ts +0 -1425
  245. package/microservices/microservice-social/src/server/index.ts +0 -441
  246. package/microservices/microservice-subscriptions/package.json +0 -27
  247. package/microservices/microservice-subscriptions/src/cli/index.ts +0 -715
  248. package/microservices/microservice-subscriptions/src/db/database.ts +0 -93
  249. package/microservices/microservice-subscriptions/src/db/migrations.ts +0 -125
  250. package/microservices/microservice-subscriptions/src/db/subscriptions.ts +0 -1256
  251. package/microservices/microservice-subscriptions/src/index.ts +0 -41
  252. package/microservices/microservice-subscriptions/src/mcp/index.ts +0 -631
  253. package/microservices/microservice-timesheets/package.json +0 -27
  254. package/microservices/microservice-timesheets/src/cli/index.ts +0 -373
  255. package/microservices/microservice-timesheets/src/db/database.ts +0 -82
  256. package/microservices/microservice-timesheets/src/db/locale.ts +0 -217
  257. package/microservices/microservice-timesheets/src/db/migrations.ts +0 -74
  258. package/microservices/microservice-timesheets/src/db/timesheets.ts +0 -447
  259. package/microservices/microservice-timesheets/src/index.ts +0 -44
  260. package/microservices/microservice-timesheets/src/mcp/index.ts +0 -269
  261. package/microservices/microservice-transcriber/package.json +0 -28
  262. package/microservices/microservice-transcriber/src/cli/index.ts +0 -1593
  263. package/microservices/microservice-transcriber/src/db/annotations.ts +0 -37
  264. package/microservices/microservice-transcriber/src/db/comments.ts +0 -166
  265. package/microservices/microservice-transcriber/src/db/database.ts +0 -82
  266. package/microservices/microservice-transcriber/src/db/migrations.ts +0 -118
  267. package/microservices/microservice-transcriber/src/db/proofread.ts +0 -119
  268. package/microservices/microservice-transcriber/src/db/transcripts.ts +0 -395
  269. package/microservices/microservice-transcriber/src/index.ts +0 -43
  270. package/microservices/microservice-transcriber/src/lib/config.ts +0 -77
  271. package/microservices/microservice-transcriber/src/lib/diff.ts +0 -91
  272. package/microservices/microservice-transcriber/src/lib/downloader.ts +0 -638
  273. package/microservices/microservice-transcriber/src/lib/feeds.ts +0 -62
  274. package/microservices/microservice-transcriber/src/lib/live.ts +0 -94
  275. package/microservices/microservice-transcriber/src/lib/notion.ts +0 -129
  276. package/microservices/microservice-transcriber/src/lib/proofread.ts +0 -296
  277. package/microservices/microservice-transcriber/src/lib/providers.ts +0 -713
  278. package/microservices/microservice-transcriber/src/lib/summarizer.ts +0 -147
  279. package/microservices/microservice-transcriber/src/lib/translator.ts +0 -75
  280. package/microservices/microservice-transcriber/src/lib/webhook.ts +0 -37
  281. package/microservices/microservice-transcriber/src/mcp/index.ts +0 -1330
  282. package/microservices/microservice-transcriber/src/server/index.ts +0 -199
  283. package/microservices/microservice-travel/package.json +0 -27
  284. package/microservices/microservice-travel/src/cli/index.ts +0 -505
  285. package/microservices/microservice-travel/src/db/database.ts +0 -93
  286. package/microservices/microservice-travel/src/db/migrations.ts +0 -77
  287. package/microservices/microservice-travel/src/db/travel.ts +0 -802
  288. package/microservices/microservice-travel/src/index.ts +0 -60
  289. package/microservices/microservice-travel/src/mcp/index.ts +0 -495
  290. package/microservices/microservice-wiki/package.json +0 -27
  291. package/microservices/microservice-wiki/src/cli/index.ts +0 -345
  292. package/microservices/microservice-wiki/src/db/database.ts +0 -93
  293. package/microservices/microservice-wiki/src/db/migrations.ts +0 -55
  294. package/microservices/microservice-wiki/src/db/wiki.ts +0 -395
  295. package/microservices/microservice-wiki/src/index.ts +0 -32
  296. package/microservices/microservice-wiki/src/mcp/index.ts +0 -344
@@ -1,368 +0,0 @@
1
- #!/usr/bin/env node
2
-
3
- import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
4
- import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
5
- import { z } from "zod";
6
- import {
7
- createBook,
8
- getBook,
9
- listBooks,
10
- updateBook,
11
- deleteBook,
12
- searchBooks,
13
- startBook,
14
- finishBook,
15
- abandonBook,
16
- getCurrentlyReading,
17
- getBookProgress,
18
- getReadingStats,
19
- getReadingPace,
20
- createHighlight,
21
- listHighlights,
22
- searchHighlights,
23
- deleteHighlight,
24
- createReadingSession,
25
- listReadingSessions,
26
- } from "../db/reading.js";
27
-
28
- const server = new McpServer({
29
- name: "microservice-reading",
30
- version: "0.0.1",
31
- });
32
-
33
- // --- Books ---
34
-
35
- server.registerTool(
36
- "create_book",
37
- {
38
- title: "Create Book",
39
- description: "Add a new book to your reading list.",
40
- inputSchema: {
41
- title: z.string(),
42
- author: z.string().optional(),
43
- isbn: z.string().optional(),
44
- category: z.string().optional(),
45
- pages: z.number().optional(),
46
- cover_url: z.string().optional(),
47
- },
48
- },
49
- async (params) => {
50
- const book = createBook(params);
51
- return { content: [{ type: "text", text: JSON.stringify(book, null, 2) }] };
52
- }
53
- );
54
-
55
- server.registerTool(
56
- "get_book",
57
- {
58
- title: "Get Book",
59
- description: "Get a book by ID.",
60
- inputSchema: { id: z.string() },
61
- },
62
- async ({ id }) => {
63
- const book = getBook(id);
64
- if (!book) {
65
- return { content: [{ type: "text", text: `Book '${id}' not found.` }], isError: true };
66
- }
67
- return { content: [{ type: "text", text: JSON.stringify(book, null, 2) }] };
68
- }
69
- );
70
-
71
- server.registerTool(
72
- "list_books",
73
- {
74
- title: "List Books",
75
- description: "List books with optional filters.",
76
- inputSchema: {
77
- search: z.string().optional(),
78
- status: z.string().optional(),
79
- category: z.string().optional(),
80
- author: z.string().optional(),
81
- limit: z.number().optional(),
82
- },
83
- },
84
- async (params) => {
85
- const books = listBooks(params);
86
- return {
87
- content: [{ type: "text", text: JSON.stringify({ books, count: books.length }, null, 2) }],
88
- };
89
- }
90
- );
91
-
92
- server.registerTool(
93
- "update_book",
94
- {
95
- title: "Update Book",
96
- description: "Update an existing book.",
97
- inputSchema: {
98
- id: z.string(),
99
- title: z.string().optional(),
100
- author: z.string().optional(),
101
- isbn: z.string().optional(),
102
- category: z.string().optional(),
103
- pages: z.number().optional(),
104
- current_page: z.number().optional(),
105
- rating: z.number().optional(),
106
- cover_url: z.string().optional(),
107
- },
108
- },
109
- async ({ id, ...input }) => {
110
- const book = updateBook(id, input);
111
- if (!book) {
112
- return { content: [{ type: "text", text: `Book '${id}' not found.` }], isError: true };
113
- }
114
- return { content: [{ type: "text", text: JSON.stringify(book, null, 2) }] };
115
- }
116
- );
117
-
118
- server.registerTool(
119
- "delete_book",
120
- {
121
- title: "Delete Book",
122
- description: "Delete a book by ID.",
123
- inputSchema: { id: z.string() },
124
- },
125
- async ({ id }) => {
126
- const deleted = deleteBook(id);
127
- return { content: [{ type: "text", text: JSON.stringify({ id, deleted }) }] };
128
- }
129
- );
130
-
131
- server.registerTool(
132
- "search_books",
133
- {
134
- title: "Search Books",
135
- description: "Search books by title, author, ISBN, or category.",
136
- inputSchema: { query: z.string() },
137
- },
138
- async ({ query }) => {
139
- const results = searchBooks(query);
140
- return {
141
- content: [{ type: "text", text: JSON.stringify({ results, count: results.length }, null, 2) }],
142
- };
143
- }
144
- );
145
-
146
- server.registerTool(
147
- "start_book",
148
- {
149
- title: "Start Book",
150
- description: "Mark a book as currently reading.",
151
- inputSchema: { id: z.string() },
152
- },
153
- async ({ id }) => {
154
- const book = startBook(id);
155
- if (!book) {
156
- return { content: [{ type: "text", text: `Book '${id}' not found.` }], isError: true };
157
- }
158
- return { content: [{ type: "text", text: JSON.stringify(book, null, 2) }] };
159
- }
160
- );
161
-
162
- server.registerTool(
163
- "finish_book",
164
- {
165
- title: "Finish Book",
166
- description: "Mark a book as completed.",
167
- inputSchema: {
168
- id: z.string(),
169
- rating: z.number().optional(),
170
- },
171
- },
172
- async ({ id, rating }) => {
173
- const book = finishBook(id, rating);
174
- if (!book) {
175
- return { content: [{ type: "text", text: `Book '${id}' not found.` }], isError: true };
176
- }
177
- return { content: [{ type: "text", text: JSON.stringify(book, null, 2) }] };
178
- }
179
- );
180
-
181
- server.registerTool(
182
- "abandon_book",
183
- {
184
- title: "Abandon Book",
185
- description: "Mark a book as abandoned.",
186
- inputSchema: { id: z.string() },
187
- },
188
- async ({ id }) => {
189
- const book = abandonBook(id);
190
- if (!book) {
191
- return { content: [{ type: "text", text: `Book '${id}' not found.` }], isError: true };
192
- }
193
- return { content: [{ type: "text", text: JSON.stringify(book, null, 2) }] };
194
- }
195
- );
196
-
197
- server.registerTool(
198
- "currently_reading",
199
- {
200
- title: "Currently Reading",
201
- description: "Get all books currently being read.",
202
- inputSchema: {},
203
- },
204
- async () => {
205
- const books = getCurrentlyReading();
206
- return {
207
- content: [{ type: "text", text: JSON.stringify({ books, count: books.length }, null, 2) }],
208
- };
209
- }
210
- );
211
-
212
- server.registerTool(
213
- "book_progress",
214
- {
215
- title: "Book Progress",
216
- description: "Get reading progress for a book (current page, total pages, percentage).",
217
- inputSchema: { id: z.string() },
218
- },
219
- async ({ id }) => {
220
- const progress = getBookProgress(id);
221
- if (!progress) {
222
- return { content: [{ type: "text", text: `Book '${id}' not found.` }], isError: true };
223
- }
224
- return { content: [{ type: "text", text: JSON.stringify(progress, null, 2) }] };
225
- }
226
- );
227
-
228
- // --- Highlights ---
229
-
230
- server.registerTool(
231
- "create_highlight",
232
- {
233
- title: "Create Highlight",
234
- description: "Add a highlight to a book.",
235
- inputSchema: {
236
- book_id: z.string(),
237
- text: z.string(),
238
- page: z.number().optional(),
239
- chapter: z.string().optional(),
240
- color: z.string().optional(),
241
- notes: z.string().optional(),
242
- },
243
- },
244
- async (params) => {
245
- const highlight = createHighlight(params);
246
- return { content: [{ type: "text", text: JSON.stringify(highlight, null, 2) }] };
247
- }
248
- );
249
-
250
- server.registerTool(
251
- "list_highlights",
252
- {
253
- title: "List Highlights",
254
- description: "List all highlights for a book.",
255
- inputSchema: { book_id: z.string() },
256
- },
257
- async ({ book_id }) => {
258
- const highlights = listHighlights(book_id);
259
- return {
260
- content: [{ type: "text", text: JSON.stringify({ highlights, count: highlights.length }, null, 2) }],
261
- };
262
- }
263
- );
264
-
265
- server.registerTool(
266
- "search_highlights",
267
- {
268
- title: "Search Highlights",
269
- description: "Search highlights across all books.",
270
- inputSchema: { query: z.string() },
271
- },
272
- async ({ query }) => {
273
- const results = searchHighlights(query);
274
- return {
275
- content: [{ type: "text", text: JSON.stringify({ results, count: results.length }, null, 2) }],
276
- };
277
- }
278
- );
279
-
280
- server.registerTool(
281
- "delete_highlight",
282
- {
283
- title: "Delete Highlight",
284
- description: "Delete a highlight by ID.",
285
- inputSchema: { id: z.string() },
286
- },
287
- async ({ id }) => {
288
- const deleted = deleteHighlight(id);
289
- return { content: [{ type: "text", text: JSON.stringify({ id, deleted }) }] };
290
- }
291
- );
292
-
293
- // --- Reading Sessions ---
294
-
295
- server.registerTool(
296
- "log_reading_session",
297
- {
298
- title: "Log Reading Session",
299
- description: "Log a reading session for a book.",
300
- inputSchema: {
301
- book_id: z.string(),
302
- pages_read: z.number().optional(),
303
- duration_min: z.number().optional(),
304
- logged_at: z.string(),
305
- },
306
- },
307
- async (params) => {
308
- const session = createReadingSession(params);
309
- return { content: [{ type: "text", text: JSON.stringify(session, null, 2) }] };
310
- }
311
- );
312
-
313
- server.registerTool(
314
- "list_reading_sessions",
315
- {
316
- title: "List Reading Sessions",
317
- description: "List reading sessions for a book.",
318
- inputSchema: { book_id: z.string() },
319
- },
320
- async ({ book_id }) => {
321
- const sessions = listReadingSessions(book_id);
322
- return {
323
- content: [{ type: "text", text: JSON.stringify({ sessions, count: sessions.length }, null, 2) }],
324
- };
325
- }
326
- );
327
-
328
- // --- Stats ---
329
-
330
- server.registerTool(
331
- "reading_stats",
332
- {
333
- title: "Reading Stats",
334
- description: "Get reading statistics (books read, pages read, sessions, avg rating, by category).",
335
- inputSchema: {
336
- year: z.number().optional(),
337
- },
338
- },
339
- async ({ year }) => {
340
- const stats = getReadingStats(year);
341
- return { content: [{ type: "text", text: JSON.stringify(stats, null, 2) }] };
342
- }
343
- );
344
-
345
- server.registerTool(
346
- "reading_pace",
347
- {
348
- title: "Reading Pace",
349
- description: "Get reading pace (pages/day, books/month, session averages).",
350
- inputSchema: {},
351
- },
352
- async () => {
353
- const pace = getReadingPace();
354
- return { content: [{ type: "text", text: JSON.stringify(pace, null, 2) }] };
355
- }
356
- );
357
-
358
- // --- Start ---
359
- async function main() {
360
- const transport = new StdioServerTransport();
361
- await server.connect(transport);
362
- console.error("microservice-reading MCP server running on stdio");
363
- }
364
-
365
- main().catch((error) => {
366
- console.error("Fatal error:", error);
367
- process.exit(1);
368
- });
@@ -1,27 +0,0 @@
1
- {
2
- "name": "@hasna/microservice-shipping",
3
- "version": "0.0.1",
4
- "description": "Shipping and order management microservice with SQLite — manage orders, shipments, tracking, and returns",
5
- "type": "module",
6
- "bin": {
7
- "microservice-shipping": "./src/cli/index.ts",
8
- "microservice-shipping-mcp": "./src/mcp/index.ts"
9
- },
10
- "exports": {
11
- ".": "./src/index.ts"
12
- },
13
- "scripts": {
14
- "dev": "bun run ./src/cli/index.ts",
15
- "test": "bun test"
16
- },
17
- "dependencies": {
18
- "@modelcontextprotocol/sdk": "^1.26.0",
19
- "commander": "^12.1.0",
20
- "zod": "^3.24.0"
21
- },
22
- "license": "Apache-2.0",
23
- "publishConfig": {
24
- "registry": "https://registry.npmjs.org",
25
- "access": "public"
26
- }
27
- }