mta-mcp 2.3.0 → 2.3.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.
package/dist/index.js CHANGED
@@ -4243,7 +4243,7 @@ function createLogger(name) {
4243
4243
  }
4244
4244
 
4245
4245
  // src/index.ts
4246
- var SERVER_VERSION = "2.2.0";
4246
+ var SERVER_VERSION = "2.3.1";
4247
4247
  var logger2 = createLogger("Server");
4248
4248
  var CopilotPromptsMCPServer = class {
4249
4249
  constructor() {