merlin-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.
package/dist/version.d.ts CHANGED
@@ -2,5 +2,5 @@
2
2
  * Merlin MCP Version
3
3
  * Single source of truth for version number
4
4
  */
5
- export declare const VERSION = "1.2.5";
5
+ export declare const VERSION = "1.2.7";
6
6
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -2,5 +2,5 @@
2
2
  * Merlin MCP Version
3
3
  * Single source of truth for version number
4
4
  */
5
- export const VERSION = '1.2.5';
5
+ export const VERSION = '1.2.7';
6
6
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "merlin-mcp",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "description": "Merlin MCP Server - AI-powered codebase intelligence for coding agents",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",