markupr 2.6.5 → 2.6.6

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.
@@ -3623,7 +3623,7 @@ async function runInit(options) {
3623
3623
  }
3624
3624
 
3625
3625
  // src/cli/index.ts
3626
- var VERSION = true ? "2.6.5" : "0.0.0-dev";
3626
+ var VERSION = true ? "2.6.6" : "0.0.0-dev";
3627
3627
  var SYMBOLS = {
3628
3628
  check: "\u2714",
3629
3629
  // checkmark
@@ -4524,7 +4524,7 @@ function registerResources(server) {
4524
4524
  }
4525
4525
 
4526
4526
  // src/mcp/server.ts
4527
- var VERSION = true ? "2.6.5" : "0.0.0-dev";
4527
+ var VERSION = true ? "2.6.6" : "0.0.0-dev";
4528
4528
  function createServer() {
4529
4529
  const server = new McpServer2({
4530
4530
  name: "markupR",
@@ -4544,7 +4544,7 @@ function createServer() {
4544
4544
  }
4545
4545
 
4546
4546
  // src/mcp/index.ts
4547
- var VERSION2 = true ? "2.6.5" : "0.0.0-dev";
4547
+ var VERSION2 = true ? "2.6.6" : "0.0.0-dev";
4548
4548
  log(`markupR MCP server v${VERSION2} starting...`);
4549
4549
  process.on("uncaughtException", (error) => {
4550
4550
  log(`Uncaught exception: ${error instanceof Error ? error.message : String(error)}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markupr",
3
- "version": "2.6.5",
3
+ "version": "2.6.6",
4
4
  "description": "Record your screen, narrate feedback, get structured Markdown with screenshots. Desktop app, CLI, and MCP server for AI coding agents like Claude Code, Cursor, and Windsurf.",
5
5
  "type": "module",
6
6
  "main": "dist/main/index.mjs",