mcp-osp-prompt 1.0.5 → 1.0.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.
@@ -44,7 +44,7 @@ export function startDialogServer() {
44
44
  try {
45
45
  resolver(response);
46
46
  } catch (error) {
47
- // silently ignore resolve errors
47
+ console.error('[Dialog Server] Error resolving promise:', error);
48
48
  }
49
49
  }
50
50
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-osp-prompt",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "MCP server for fetching and caching prompt templates from GitHub, GitLab, or local directories",
5
5
  "main": "server.js",
6
6
  "bin": {