@usewhisper/mcp-server 0.1.0 → 0.2.3

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 (45) hide show
  1. package/README.md +3 -1
  2. package/dist/autosubscribe-6EDKPBE2.js +4068 -0
  3. package/dist/autosubscribe-ISDETQIB.js +436 -0
  4. package/dist/autosubscribe-ISDETQIB.js.map +1 -0
  5. package/dist/chunk-3WGYBAYR.js +8387 -0
  6. package/dist/chunk-5KIJNY6Z.js +370 -0
  7. package/dist/chunk-B3VWOHUA.js +271 -0
  8. package/dist/chunk-C57DHKTL.js +459 -0
  9. package/dist/chunk-FTWUJBAH.js +387 -0
  10. package/dist/chunk-FTWUJBAH.js.map +1 -0
  11. package/dist/chunk-H3HSKH2P.js +4841 -0
  12. package/dist/chunk-L6DXSM2U.js +457 -0
  13. package/dist/chunk-L6DXSM2U.js.map +1 -0
  14. package/dist/chunk-OBLI4FE4.js +276 -0
  15. package/dist/chunk-OBLI4FE4.js.map +1 -0
  16. package/dist/chunk-QGM4M3NI.js +37 -0
  17. package/dist/chunk-UYWE7HSU.js +369 -0
  18. package/dist/chunk-UYWE7HSU.js.map +1 -0
  19. package/dist/chunk-X2DL2GWT.js +33 -0
  20. package/dist/chunk-X2DL2GWT.js.map +1 -0
  21. package/dist/chunk-X7HNNNJJ.js +1079 -0
  22. package/dist/consolidation-FOVQTWNQ.js +222 -0
  23. package/dist/consolidation-IFQ52E44.js +210 -0
  24. package/dist/consolidation-IFQ52E44.js.map +1 -0
  25. package/dist/context-sharing-6CCFIAKL.js +276 -0
  26. package/dist/context-sharing-6CCFIAKL.js.map +1 -0
  27. package/dist/context-sharing-PH64JTXS.js +308 -0
  28. package/dist/cost-optimization-6OIKRSBV.js +196 -0
  29. package/dist/cost-optimization-6OIKRSBV.js.map +1 -0
  30. package/dist/cost-optimization-BH5NAX33.js +287 -0
  31. package/dist/cost-optimization-BH5NAX33.js.map +1 -0
  32. package/dist/cost-optimization-F3L5BS5F.js +303 -0
  33. package/dist/ingest-2LPTWUUM.js +16 -0
  34. package/dist/ingest-QE2BTV72.js +15 -0
  35. package/dist/ingest-QE2BTV72.js.map +1 -0
  36. package/dist/oracle-J47QCSEW.js +263 -0
  37. package/dist/oracle-MDP5MZRC.js +257 -0
  38. package/dist/oracle-MDP5MZRC.js.map +1 -0
  39. package/dist/search-BLVHWLWC.js +14 -0
  40. package/dist/search-CZ5NYL5B.js +13 -0
  41. package/dist/search-CZ5NYL5B.js.map +1 -0
  42. package/dist/server.d.ts +2 -0
  43. package/dist/server.js +686 -1000
  44. package/dist/server.js.map +1 -1
  45. package/package.json +5 -2
package/README.md CHANGED
@@ -2,9 +2,11 @@
2
2
 
3
3
  Model Context Protocol server for [Whisper Context API](https://usewhisper.dev) - Connect Claude Desktop to your knowledge base.
4
4
 
5
+ **Version 0.2.0** - Now with 15 tools including SOTA Memory System, Oracle Research Mode, and Cost Optimization!
6
+
5
7
  ## What is MCP?
6
8
 
7
- The Model Context Protocol (MCP) allows Claude Desktop to connect directly to external knowledge sources and tools. This server gives Claude Desktop access to your Whisper Context projects, enabling seamless RAG-powered conversations.
9
+ The Model Context Protocol (MCP) allows Claude Desktop to connect directly to external knowledge sources and tools. This server gives Claude Desktop access to your Whisper Context projects, enabling seamless RAG-powered conversations with advanced memory and research capabilities.
8
10
 
9
11
  ## Installation
10
12