mta-mcp 2.7.0 → 2.7.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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
package/dist/index.js
CHANGED
|
@@ -4150,7 +4150,7 @@ function ensureWorkspaceConfig(workspacePath) {
|
|
|
4150
4150
|
}
|
|
4151
4151
|
|
|
4152
4152
|
// src/index.ts
|
|
4153
|
-
var SERVER_VERSION = "2.7.
|
|
4153
|
+
var SERVER_VERSION = "2.7.1";
|
|
4154
4154
|
var logger2 = createLogger("Server");
|
|
4155
4155
|
var CopilotPromptsMCPServer = class {
|
|
4156
4156
|
constructor() {
|