ralph-hero-mcp-server 2.4.62 → 2.4.64

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.
@@ -347,7 +347,7 @@ export function registerProjectManagementTools(server, client, fieldCache) {
347
347
  title: $title,
348
348
  body: $body
349
349
  }) {
350
- projectItem { id }
350
+ draftIssue { id title }
351
351
  }
352
352
  }`, vars);
353
353
  return toolSuccess({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ralph-hero-mcp-server",
3
- "version": "2.4.62",
3
+ "version": "2.4.64",
4
4
  "description": "MCP server for GitHub Projects V2 - Ralph workflow automation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",