@meetbot/mcp 1.2.6 → 1.2.7

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 (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -451,11 +451,19 @@ MIT License - see [LICENSE](LICENSE) file for details.
451
451
 
452
452
  ## Changelog
453
453
 
454
+ ### 1.2.7
455
+ - **Example Config Update**: Removed obsolete `MEETBOT_BASE_URL` from example configuration (base URL is hardcoded to https://meet.bot)
456
+
454
457
  ### 1.2.6
455
458
  - **Documentation Updates**: Updated production URL from Railway to https://mcp.meet.bot
456
459
  - **Enhanced README**: Added "What is this?" section explaining the MCP's purpose and how to use it for scheduling meetings through MeetBot accounts
457
460
  - **User Onboarding**: Added link to sign up for a free Meet.bot account
458
461
 
462
+ ### 1.2.5
463
+ - **Jest Configuration**: Updated Jest configuration for ES module support
464
+ - **Build Improvements**: Excluded test files from TypeScript compilation
465
+ - **Publishing**: Refined publishing checklist and documentation
466
+
459
467
  ### 1.1.1
460
468
  - **ES Module Fix**: Fixed ES module compatibility for Railway and other Node.js deployments
461
469
  - **Import Extensions**: Added proper `.js` extensions to all relative imports
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meetbot/mcp",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "description": "Model Context Protocol (MCP) server for Meet.bot booking page API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",