converse-mcp-server 2.20.2 → 2.20.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "converse-mcp-server",
3
- "version": "2.20.2",
3
+ "version": "2.20.3",
4
4
  "description": "Converse MCP Server - Converse with other LLMs with chat and consensus tools",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -16,7 +16,7 @@
16
16
  * Captures: (filePath)(startLine)(endLine)
17
17
  * Pattern: ^(.*)\{(\d*):(\d*)\}$
18
18
  */
19
- const RANGE_PATTERN = /^(.*)\{(\d*):(\d*)\}$/;
19
+ const RANGE_PATTERN = /^(.*)\{(\d*)[:\-,;](\d*)\}$/;
20
20
 
21
21
  /**
22
22
  * Parse a file path that may contain a line range specifier.