@snokam/mcp-api 1.21.1 → 2.0.1

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 (43) hide show
  1. package/dist/auth.d.ts +0 -15
  2. package/dist/auth.js +17 -61
  3. package/dist/builtin-tools.d.ts +109 -0
  4. package/dist/builtin-tools.js +200 -0
  5. package/dist/execute-call.d.ts +5 -0
  6. package/dist/execute-call.js +45 -0
  7. package/dist/index.d.ts +0 -7
  8. package/dist/index.js +16 -311
  9. package/dist/openapi-loader.d.ts +1 -14
  10. package/dist/openapi-loader.js +27 -50
  11. package/dist/requirements.d.ts +10 -0
  12. package/dist/requirements.js +92 -0
  13. package/dist/state.d.ts +14 -0
  14. package/dist/state.js +66 -0
  15. package/dist/tool-schema.d.ts +2 -0
  16. package/dist/tool-schema.js +42 -0
  17. package/package.json +3 -3
  18. package/specs/production/accounting.json +2629 -1754
  19. package/specs/production/blog.json +1608 -1
  20. package/specs/production/broker.json +52 -24
  21. package/specs/production/chatgpt.json +299 -17
  22. package/specs/production/employees.json +2979 -299
  23. package/specs/production/events.json +366 -52
  24. package/specs/production/notifications.json +390 -13
  25. package/specs/production/office.json +818 -836
  26. package/specs/production/recruitment.json +3635 -1
  27. package/specs/production/sales.json +5088 -393
  28. package/specs/production/sanity.json +29008 -15539
  29. package/specs/production/sync.json +116 -20
  30. package/specs/production/webshop.json +38 -18
  31. package/specs/test/accounting.json +2629 -1754
  32. package/specs/test/blog.json +1608 -1
  33. package/specs/test/broker.json +52 -24
  34. package/specs/test/chatgpt.json +299 -17
  35. package/specs/test/employees.json +2979 -299
  36. package/specs/test/events.json +366 -52
  37. package/specs/test/notifications.json +390 -13
  38. package/specs/test/office.json +818 -836
  39. package/specs/test/recruitment.json +3635 -1
  40. package/specs/test/sales.json +5088 -393
  41. package/specs/test/sanity.json +29008 -15539
  42. package/specs/test/sync.json +116 -20
  43. package/specs/test/webshop.json +38 -18

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.